From 5f30c0ae03ebce98c3ef8538451508b81327697d Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 17 Sep 2021 22:49:49 +0200 Subject: [PATCH] fix button hover bg --- copyparty/web/browser.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index d10e4b3f..0f475e37 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -756,6 +756,9 @@ input.eq_gain { color: #400; text-shadow: none; } +.tgl.btn.on:hover { + background: #fe8; +} #detree { padding: .3em .5em; font-size: 1.5em; @@ -1130,6 +1133,9 @@ html.light .tgl.btn.on { background: #4a0; color: #fff; } +html.light .tgl.btn.on:hover { + background: #5c0; +} html.light #srv_info { color: #c83; background: #eee; @@ -1155,7 +1161,7 @@ html.light #treeul a.hl:hover { html.light #tree li { border-color: #f7f7f7 #fff #ddd #fff; } -html.light #tree a:hover { +html.light #treeul a:hover { background: #fff; } html.light #tree ul {