mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 21:52:25 -06:00
make scrollbars consistent / fix hiding
This commit is contained in:
parent
f1c1e3ed47
commit
a5cf02e8c7
|
|
@ -2040,6 +2040,8 @@ input.ssconf_v {
|
||||||
#wtoggle,
|
#wtoggle,
|
||||||
#ghead,
|
#ghead,
|
||||||
#tree,
|
#tree,
|
||||||
|
.splitsub,
|
||||||
|
.modalsplit,
|
||||||
html {
|
html {
|
||||||
scrollbar-color: var(--a) var(--bg-u3);
|
scrollbar-color: var(--a) var(--bg-u3);
|
||||||
}
|
}
|
||||||
|
|
@ -2618,6 +2620,11 @@ html.y #doc .line-highlight {
|
||||||
text-shadow: 1px 0 0 var(--fg), -1px 0 0 var(--fg), 0 -1px 0 var(--fg);
|
text-shadow: 1px 0 0 var(--fg), -1px 0 0 var(--fg), 0 -1px 0 var(--fg);
|
||||||
}
|
}
|
||||||
html.noscroll,
|
html.noscroll,
|
||||||
|
html.noscroll .modalsplit,
|
||||||
|
html.noscroll .splitsub,
|
||||||
|
html.noscroll #treeh,
|
||||||
|
html.noscroll .ghead,
|
||||||
|
html.noscroll #wtoggle,
|
||||||
html.noscroll .sbar {
|
html.noscroll .sbar {
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
}
|
}
|
||||||
|
|
@ -5614,7 +5621,7 @@ html.fy {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
#wtico {
|
#wtico {
|
||||||
line-height: 1.09em;
|
line-height: 1.1em;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
#wtoggle, #wtoggle * {
|
#wtoggle, #wtoggle * {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue