From 9c7ef76de6946ae77833fcd5911e5f518a34126f Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sat, 4 Apr 2026 14:09:29 +0200 Subject: [PATCH] acc btn hover style --- copyparty/web/browser.css | 5 ++--- copyparty/web/browser.html | 6 ++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 89e9343d..393cf01e 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1804,8 +1804,9 @@ html.y #tree.nowrap .ntree a+a:hover { color: var(--fg-max); } #docul a:hover, +.popup_button:hover, #tree .ntree a+a:hover { - background: var(--bg-d2); + background: var(--btn-h-bg); color: var(--fg-max); } .ntree a:first-child { @@ -4334,8 +4335,6 @@ html.e #detree { background: var(--btn-1-bg); cursor: pointer; height: 2.0em; -} -#acc_btnContent{ display: flex; justify-content:space-between; color: var(--btn-1-fg); diff --git a/copyparty/web/browser.html b/copyparty/web/browser.html index a02dbdaf..22785028 100644 --- a/copyparty/web/browser.html +++ b/copyparty/web/browser.html @@ -153,10 +153,8 @@