mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
fix scroll hint color on flat theme
This commit is contained in:
parent
51e1709af3
commit
b66155333a
|
|
@ -3872,6 +3872,9 @@ html:not(.e) #wrap.thin #ghead:not(.noa)::after {
|
||||||
margin: -1.4em -0.5em -1.6em -1.4em;;
|
margin: -1.4em -0.5em -1.6em -1.4em;;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
html.a #wrap.thin #ghead:not(.noa)::after {
|
||||||
|
background: linear-gradient(to left, var(--bg), transparent);
|
||||||
|
}
|
||||||
html.e #wrap.thin {
|
html.e #wrap.thin {
|
||||||
.ghead {
|
.ghead {
|
||||||
top: 5.1em;
|
top: 5.1em;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue