mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-06 13:37:24 +01:00
commit
58aa0549ff
@ -250,17 +250,17 @@ nav .heading {
|
||||
|
||||
.hiding {
|
||||
opacity: 0;
|
||||
height: 0;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
input {
|
||||
position: absolute;
|
||||
left: -999em
|
||||
position: absolute;
|
||||
left: -999em;
|
||||
}
|
||||
|
||||
input[type=checkbox]:checked + div {
|
||||
opacity: 1;
|
||||
opacity: 1;
|
||||
height: auto;
|
||||
overflow: hidden;
|
||||
transition: opacity .5s linear, height .5s linear;
|
||||
|
Loading…
Reference in New Issue
Block a user