mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
tiny css fixes: removed gradient from used space bar in most themes + logout text size
This commit is contained in:
parent
3b08883747
commit
40500216e8
|
|
@ -5151,6 +5151,9 @@ html.e #actionsArea {
|
||||||
}
|
}
|
||||||
#spaceUsed_bar{
|
#spaceUsed_bar{
|
||||||
background: rgb(85, 144, 255);
|
background: rgb(85, 144, 255);
|
||||||
|
background: var(--a);
|
||||||
|
}
|
||||||
|
html.b #spaceUsed_bar {
|
||||||
background: linear-gradient(to right, transparent, var(--a-dark), var(--a));
|
background: linear-gradient(to right, transparent, var(--a-dark), var(--a));
|
||||||
}
|
}
|
||||||
#spaceTotal_bar {
|
#spaceTotal_bar {
|
||||||
|
|
@ -5426,6 +5429,7 @@ html.f #u2c3t span {
|
||||||
html.f #u2cards span {
|
html.f #u2cards span {
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
}
|
}
|
||||||
|
html.f #blogout,
|
||||||
html.f #goh {
|
html.f #goh {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue