From a641fef9bfe39190cd066cbebad16ef070c7493e Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Thu, 30 Apr 2026 11:03:16 +0200 Subject: [PATCH] make selected files readable again on html.e --- copyparty/web/browser.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 00c363df..66ecf442 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -4099,10 +4099,17 @@ html.ez { html.e { text-shadow: none; --bg-u1: #0002; + --g-sel-fg: #fff; } html.e * { border-radius: 0 !important; } +html.e #ggrid > a.sel { + box-shadow: none; +} +html.e #files tr.sel a, #files tr.sel a.play { + color: #fff; +} html.e .pfp { background: transparent; color: var(--fg);