Use class instead of inline style

This commit is contained in:
Gerhard Schlager 2018-10-30 11:25:51 +01:00
parent 5485248fbe
commit 5b14f713a0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<label class="btn {{if addDisabled 'disabled'}}">
{{d-icon "upload"}}
{{i18n 'admin.watched_words.form.upload'}}
<input disabled={{addDisabled}} type="file" accept="text/plain,text/csv" style="visibility: hidden; position: absolute;" />
<input class="hidden-upload-field" disabled={{addDisabled}} type="file" accept="text/plain,text/csv" />
</label>
<span class="instructions">{{i18n 'tagging.upload_instructions'}}</span>