Added sr-only to the unstyles image upload button

This commit is contained in:
snipe 2020-04-09 19:29:16 -07:00
parent 5707df0239
commit 7ebd21bc04
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC

View file

@ -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') }}