From cd2da582c447d1ff829cf7364af40c1da180df34 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 27 Oct 2019 14:58:46 +0100 Subject: [PATCH] fix slider background for firefox --- htdocs/css/openwebrx.css | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index e3f83df..a2911a3 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -39,6 +39,7 @@ input[type=range] { -webkit-appearance: none; margin: 0 0; + background: transparent; } input[type=range]:focus {