From a3065846bc1a6e9db53c34261ef98f6773a6bce1 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 6 May 2018 21:11:16 -0700 Subject: [PATCH] Fix volume width Also, remove redundant CSS --- css/equalizer-window.css | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/css/equalizer-window.css b/css/equalizer-window.css index 53330b98..f0ae4910 100644 --- a/css/equalizer-window.css +++ b/css/equalizer-window.css @@ -13,7 +13,7 @@ left: 60px; top: 4px; height: 6px; - width: 97px; + width: 98px; background-position: 0 0; } @@ -27,14 +27,6 @@ width: 3px; } -#webamp #equalizer-volume.center::-webkit-slider-thumb { - width: 3px; -} - -#webamp #equalizer-volume.center::-moz-range-thumb { - width: 3px; -} - #webamp #equalizer-balance { position: absolute; left: 164px; @@ -54,14 +46,6 @@ width: 3px; } -#webamp #equalizer-balance.center::-webkit-slider-thumb { - width: 3px; -} - -#webamp #equalizer-balance.center::-moz-range-thumb { - width: 3px; -} - #webamp .equalizer-top { height: 14px; width: 275px;