This commit is contained in:
ed 2021-02-22 20:56:19 +01:00
parent 8a4e0739bc
commit 61e148202b

View file

@ -480,13 +480,6 @@ input[type="checkbox"]:checked+label {
#treeul a:first-child { #treeul a:first-child {
font-family: monospace, monospace; font-family: monospace, monospace;
} }
#treefiles {
opacity: 1;
transition: opacity 0.2s ease-in-out;
}
#tree:hover+#treefiles {
opacity: .8;
}
.dumb_loader_thing { .dumb_loader_thing {
display: inline-block; display: inline-block;
margin: 1em .3em 1em 1em; margin: 1em .3em 1em 1em;