From 295ead41491ef78fda425688a62fd3b1edaf0b8a Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sat, 16 May 2026 22:47:41 +0200 Subject: [PATCH] music player + legibility fixes for new theme --- copyparty/web/browser.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index df2b55e9..865ed498 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -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 {