From 39c9ec9e6c534705a59a69512340792da1b9b889 Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Sat, 21 Dec 2024 11:30:55 -0600 Subject: [PATCH] Fix volume slider color in firefox --- data/emulator.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/emulator.css b/data/emulator.css index 68e362a..6ab06b2 100644 --- a/data/emulator.css +++ b/data/emulator.css @@ -1198,13 +1198,11 @@ .ejs_volume_parent { padding-right: 15px; } -.ejs_volume_parent input[type='range'] { - display: block; -} .ejs_volume_parent::-webkit-media-controls{ display: none; } -.ejs_volume_parent input[type='range']{ +.ejs_volume_parent input[type='range'] { + display: block; -webkit-appearance:none; appearance: none; border:0; @@ -1213,7 +1211,9 @@ margin:0; padding:0; transition:box-shadow 0.3s ease; - width:100% + width:100%; + background: white; + height:6px; } .ejs_volume_parent input[type='range']::-webkit-slider-runnable-track{