From 45e390304b7b59eb3081635fc8a5aef954ade0b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 9 Sep 2015 15:44:02 +0200 Subject: [PATCH] Fixing colors of slider --- static/css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index cd40c40a..60325a9e 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -962,7 +962,7 @@ nav ul li:hover, nav ul li.active { margin: 13px auto; height:5px; width: 97%; - background-color:rgba(0, 0, 0, 0.5); + background:rgba(0, 0, 0, 0.5); border: none; outline: none; border-radius: 2px; @@ -972,7 +972,7 @@ nav ul li:hover, nav ul li.active { height:5px; width: 75px; position: absolute; - background-color:rgba(47, 47, 47, 1); + background:rgba(47, 47, 47, 1); border: none; outline: none; border-radius: 2px; @@ -981,13 +981,14 @@ nav ul li:hover, nav ul li.active { #volume-control .ui-slider-handle { height: 15px; width: 36px; - background-color: rgb(255, 44, 44); + background: rgb(255, 44, 44); position: absolute; cursor: pointer; outline: none; border: none; border-radius: 17px; margin-left: -17px; + margin-top:0px; } .slider-vol{