mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
A bit less opacity on hover, on volume bar
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user