From 3c9bc6e604a8bd4b58da879f5998d90876efb567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sat, 15 Aug 2015 10:07:08 +0200 Subject: [PATCH] Fixing slider --- static/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 0c1546c0..3e2ae302 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -747,7 +747,8 @@ nav ul li:hover, nav ul li.active { margin: 13px auto; height:5px; width: 75px; - background-color:rgba(0, 0, 0, 0.5); + /*background-color:rgba(0, 0, 0, 0.5);*/ + background:#000 50% 50% repeat-x; border: none; outline: none; /*border-radius: 2px;*/ @@ -773,6 +774,7 @@ nav ul li:hover, nav ul li.active { border: none; /*display: none;*/ margin-left:-2.5px; + margin-top:0px; } .ui-slider-handle