Fixed volume slider in Firefox

This commit is contained in:
Eduard Urbach 2018-03-11 23:20:38 +01:00
parent 943ee427d6
commit 46e388ad6e

View File

@ -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