mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added sr-only to the unstyles image upload button
This commit is contained in:
parent
5707df0239
commit
7ebd21bc04
|
@ -2,7 +2,7 @@
|
|||
<label class="col-md-3 control-label" for="image">{{ trans('general.image_upload') }}</label>
|
||||
<div class="col-md-9">
|
||||
|
||||
<input type="file" id="image" name="image" aria-label="image">
|
||||
<input type="file" id="image" name="image" aria-label="image" class="sr-only">
|
||||
|
||||
<label class="btn btn-default" aria-hidden="true">
|
||||
{{ trans('button.select_file') }}
|
||||
|
|
Loading…
Reference in a new issue