From d4d8699fc5c40ebe04601be787a8d11bd351c2ce Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 27 Oct 2019 16:06:06 +0100 Subject: [PATCH] squelch bar for firefox, too --- htdocs/css/openwebrx.css | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 203d60a..a280c3a 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -85,6 +85,7 @@ input[type=range]::-moz-range-track animate: 0.2s; box-shadow: 0px 0px 0px #000000; background: #B6B6B6; + background: var(--track-background); border-radius: 11px; border: 1px solid #8A8A8A; }