mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 13:12:26 -06:00
music player + legibility fixes for new theme
This commit is contained in:
parent
32a27e0927
commit
295ead4149
|
|
@ -5336,6 +5336,15 @@ html.f {
|
||||||
#files tbody td:nth-child(3) {
|
#files tbody td:nth-child(3) {
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
}
|
}
|
||||||
|
#h_music {
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
#h_music::after {
|
||||||
|
right: 6em;
|
||||||
|
}
|
||||||
|
#cfg_mu {
|
||||||
|
margin: .1em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
html.fz {
|
html.fz {
|
||||||
--bg: #2e258c;
|
--bg: #2e258c;
|
||||||
|
|
@ -5353,6 +5362,11 @@ html.fz {
|
||||||
#srv_name {
|
#srv_name {
|
||||||
padding-top: .7em;
|
padding-top: .7em;
|
||||||
}
|
}
|
||||||
|
#up_status_h {
|
||||||
|
color: var(--bg-u2);
|
||||||
|
text-shadow: none;
|
||||||
|
font-size: large;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
html.fy {
|
html.fy {
|
||||||
--a: #305797;
|
--a: #305797;
|
||||||
|
|
@ -5391,6 +5405,10 @@ html.fy {
|
||||||
border-bottom: #f3f3f3 solid 1px;
|
border-bottom: #f3f3f3 solid 1px;
|
||||||
color: #f3f3f3;
|
color: #f3f3f3;
|
||||||
}
|
}
|
||||||
|
#up_status_h {
|
||||||
|
border: none;
|
||||||
|
font-size: large;
|
||||||
|
}
|
||||||
.close:not(:hover) {
|
.close:not(:hover) {
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
@ -5510,10 +5528,16 @@ html.fy {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
filter: blur(3px);
|
||||||
|
opacity: .9;
|
||||||
}
|
}
|
||||||
#qs_btns a {
|
#qs_btns a {
|
||||||
color: var(--bg-u2);
|
color: var(--bg-u2);
|
||||||
}
|
}
|
||||||
|
#cfg_mu:not(:hover) {
|
||||||
|
background: none;
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
html.f.unfun {
|
html.f.unfun {
|
||||||
#ops a {
|
#ops a {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue