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

This commit is contained in:
Alexandre Riera 2022-11-03 15:45:36 +01:00
parent f3085bef66
commit 07b2ac99ce
1 changed files with 8 additions and 10 deletions

View File

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