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
|
box-shadow shadow-medium
|
||||||
default-transition
|
default-transition
|
||||||
|
|
||||||
|
mixin volume-slider-hover-thumb
|
||||||
|
background link-hover-color
|
||||||
|
opacity 1
|
||||||
|
transform scale(1)
|
||||||
|
|
||||||
#audio-player-volume
|
#audio-player-volume
|
||||||
appearance none
|
appearance none
|
||||||
-webkit-appearance none
|
-webkit-appearance none
|
||||||
@ -145,6 +150,7 @@ mixin volume-slider-thumb
|
|||||||
background rgba(0, 0, 0, 0.06)
|
background rgba(0, 0, 0, 0.06)
|
||||||
|
|
||||||
::-webkit-slider-thumb
|
::-webkit-slider-thumb
|
||||||
background link-hover-color
|
volume-slider-hover-thumb
|
||||||
opacity 1
|
|
||||||
transform scale(1)
|
::-moz-range-thumb
|
||||||
|
volume-slider-hover-thumb
|
Loading…
Reference in New Issue
Block a user