diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 4b16d23b..eb27b623 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -3626,6 +3626,12 @@ html.cy #pvol { html.cy #path i { background: transparent; } +html.cy #up_quick_btn.on:not(:hover) { + background: #f00; +} +html.cy span { + color: #f00; +}