Fixed volume slider in Firefox
This commit is contained in:
parent
943ee427d6
commit
46e388ad6e
@ -118,6 +118,11 @@ mixin volume-slider-thumb
|
||||
box-shadow shadow-medium
|
||||
default-transition
|
||||
|
||||
mixin volume-slider-hover-thumb
|
||||
background link-hover-color
|
||||
opacity 1
|
||||
transform scale(1)
|
||||
|
||||
#audio-player-volume
|
||||
appearance none
|
||||
-webkit-appearance none
|
||||
@ -145,6 +150,7 @@ mixin volume-slider-thumb
|
||||
background rgba(0, 0, 0, 0.06)
|
||||
|
||||
::-webkit-slider-thumb
|
||||
background link-hover-color
|
||||
opacity 1
|
||||
transform scale(1)
|
||||
volume-slider-hover-thumb
|
||||
|
||||
::-moz-range-thumb
|
||||
volume-slider-hover-thumb
|
Loading…
Reference in New Issue
Block a user