From 622aecc8c97e63afbd345433b027050fbdb44e14 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Mon, 18 May 2026 23:58:49 +0200 Subject: [PATCH] readability fix for new themes --- copyparty/web/browser.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index f782328f..99f5e066 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -5349,6 +5349,9 @@ html.f { #cfg_mu { margin: .1em; } + #u2tab tbody tr:hover td { + background: transparent; + } } html.fz { --bg: #2e258c;