From 262ea812781474dc50430aa0f53d7bc696b029e9 Mon Sep 17 00:00:00 2001 From: Nixo Date: Sun, 14 Dec 2014 19:23:28 +0100 Subject: [PATCH] A bit less opacity on hover, on volume bar --- static/controlstyle.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/controlstyle.css b/static/controlstyle.css index ee73163c..f925fc72 100644 --- a/static/controlstyle.css +++ b/static/controlstyle.css @@ -100,6 +100,9 @@ outline: none; border-radius: 2px; } +#volume .ui-slider-range-min:hover { + background-color:rgba(255, 255, 255, 0.9); +} #volume .ui-slider-handle { height:15px;