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"> tabindex="0">
</section> </section>
<input <input
id="input"
type="file" type="file"
accept="{{$ctrl.accept}}"> accept="{{$ctrl.accept}}">
</input> </input>

View File

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