diff --git a/public/css/style.css b/public/css/style.css index f1c35043..583fd8bd 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -1700,8 +1700,8 @@ nav ul li:hover, nav ul li.active { } #volume .ui-slider-handle { - height: 15px; - width: 15px; + height: 14px; + width: 14px; background: #fff 50% 50% repeat-x; position: absolute; cursor: pointer; @@ -1710,7 +1710,6 @@ nav ul li:hover, nav ul li.active { margin-left: -7.5px; margin-top: 0px; border-radius: 1000px; - border: 1px solid black; transition: background 0.2s ease, box-shadow 0.2s ease; }