Minor style changes
This commit is contained in:
parent
d6911b1e06
commit
31365e879c
@ -117,6 +117,7 @@ mixin volume-slider-thumb
|
|||||||
width 18px
|
width 18px
|
||||||
height 18px
|
height 18px
|
||||||
transform scale(0.5)
|
transform scale(0.5)
|
||||||
|
border none
|
||||||
border-radius 50%
|
border-radius 50%
|
||||||
background text-color
|
background text-color
|
||||||
cursor pointer
|
cursor pointer
|
||||||
@ -137,6 +138,7 @@ mixin volume-slider-hover-thumb
|
|||||||
background rgba(0, 0, 0, 0.03)
|
background rgba(0, 0, 0, 0.03)
|
||||||
outline none !important
|
outline none !important
|
||||||
border none !important
|
border none !important
|
||||||
|
box-shadow none !important
|
||||||
border-radius 0
|
border-radius 0
|
||||||
padding 0
|
padding 0
|
||||||
margin 0
|
margin 0
|
||||||
@ -157,6 +159,3 @@ mixin volume-slider-hover-thumb
|
|||||||
|
|
||||||
::-webkit-slider-thumb
|
::-webkit-slider-thumb
|
||||||
volume-slider-hover-thumb
|
volume-slider-hover-thumb
|
||||||
|
|
||||||
#audio-player-volume:hover ::-moz-range-thumb
|
|
||||||
volume-slider-thumb
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user