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 {
cursor: pointer;
}
input[type=file] {
position: absolute;
top: 0;
opacity: 0;
}
section {
position: absolute;
bottom: 0;
.control {
& > input[type=file] {
opacity: 0;
}
& > section {
position: absolute;
bottom: 0;
}
}
}