refs #2596 css actualizado
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alexandre Riera 2022-11-03 15:28:52 +01:00
parent e1eeb81696
commit f3085bef66
2 changed files with 10 additions and 6 deletions

View File

@ -12,7 +12,6 @@
tabindex="0">
</section>
<input
id="input"
type="file"
accept="{{$ctrl.accept}}">
</input>

View File

@ -4,10 +4,15 @@
.value {
cursor: pointer;
}
}
#input {
position: absolute;
top: 0;
opacity: 0;
input[type=file] {
position: absolute;
top: 0;
opacity: 0;
}
section {
position: absolute;
bottom: 0;
}
}