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 @@