A bit less opacity on hover, on volume bar

This commit is contained in:
Nixo
2014-12-14 19:23:28 +01:00
parent 2972b782db
commit 262ea81278

View File

@@ -100,6 +100,9 @@
outline: none; outline: none;
border-radius: 2px; border-radius: 2px;
} }
#volume .ui-slider-range-min:hover {
background-color:rgba(255, 255, 255, 0.9);
}
#volume .ui-slider-handle { #volume .ui-slider-handle {
height:15px; height:15px;