refs #2596 tabulación y css
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alexandre Riera 2022-11-03 08:18:24 +01:00
parent aaaa73644d
commit e1eeb81696
2 changed files with 11 additions and 5 deletions

View File

@ -12,9 +12,9 @@
tabindex="0">
</section>
<input
id="input"
type="file"
accept="{{$ctrl.accept}}"
style="position: absolute; top: 0; opacity: 0;">
accept="{{$ctrl.accept}}">
</input>
</div>
<div class="fix suffix"></div>

View File

@ -5,3 +5,9 @@
cursor: pointer;
}
}
#input {
position: absolute;
top: 0;
opacity: 0;
}