mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
fix for new themes
This commit is contained in:
parent
a6793b8885
commit
32a27e0927
|
|
@ -5333,6 +5333,9 @@ html.f {
|
||||||
#widget:not(.thin) #pvol {
|
#widget:not(.thin) #pvol {
|
||||||
border-color: var(--a-dark);
|
border-color: var(--a-dark);
|
||||||
}
|
}
|
||||||
|
#files tbody td:nth-child(3) {
|
||||||
|
font-size: .8em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
html.fz {
|
html.fz {
|
||||||
--bg: #2e258c;
|
--bg: #2e258c;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue