mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-10-15 18:29:57 +02:00
@@ -250,17 +250,17 @@ nav .heading {
|
|||||||
|
|
||||||
.hiding {
|
.hiding {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -999em
|
left: -999em;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=checkbox]:checked + div {
|
input[type=checkbox]:checked + div {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
height: auto;
|
height: auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: opacity .5s linear, height .5s linear;
|
transition: opacity .5s linear, height .5s linear;
|
||||||
|
Reference in New Issue
Block a user