Fix #722 : non transparent volume range background
This commit is contained in:
parent
9d7cd00649
commit
8000c5fef1
|
@ -0,0 +1 @@
|
||||||
|
Fixed non-transparent background for volume range on Firefox (#722)
|
|
@ -499,6 +499,7 @@ export default {
|
||||||
bottom: 1.1rem;
|
bottom: 1.1rem;
|
||||||
left: 25%;
|
left: 25%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
input[type="range"]:focus {
|
input[type="range"]:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
Loading…
Reference in New Issue