mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -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) {
|
||||
font-size: .8em;
|
||||
}
|
||||
#h_music {
|
||||
right: 0;
|
||||
}
|
||||
#h_music::after {
|
||||
right: 6em;
|
||||
}
|
||||
#cfg_mu {
|
||||
margin: .1em;
|
||||
}
|
||||
}
|
||||
html.fz {
|
||||
--bg: #2e258c;
|
||||
|
|
@ -5353,6 +5362,11 @@ html.fz {
|
|||
#srv_name {
|
||||
padding-top: .7em;
|
||||
}
|
||||
#up_status_h {
|
||||
color: var(--bg-u2);
|
||||
text-shadow: none;
|
||||
font-size: large;
|
||||
}
|
||||
}
|
||||
html.fy {
|
||||
--a: #305797;
|
||||
|
|
@ -5391,6 +5405,10 @@ html.fy {
|
|||
border-bottom: #f3f3f3 solid 1px;
|
||||
color: #f3f3f3;
|
||||
}
|
||||
#up_status_h {
|
||||
border: none;
|
||||
font-size: large;
|
||||
}
|
||||
.close:not(:hover) {
|
||||
background: none;
|
||||
border: none;
|
||||
|
|
@ -5510,10 +5528,16 @@ html.fy {
|
|||
position: fixed;
|
||||
z-index: -1;
|
||||
right: 10px;
|
||||
filter: blur(3px);
|
||||
opacity: .9;
|
||||
}
|
||||
#qs_btns a {
|
||||
color: var(--bg-u2);
|
||||
}
|
||||
#cfg_mu:not(:hover) {
|
||||
background: none;
|
||||
border-color: transparent;
|
||||
}
|
||||
}
|
||||
html.f.unfun {
|
||||
#ops a {
|
||||
|
|
|
|||
Loading…
Reference in a new issue