From ab2a1b0942845be281c5d975a540bb404aae85c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 1 Feb 2017 15:53:45 +0100 Subject: [PATCH] More material style for volumeslider --- public/css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; }