Merge branch '722-fix-volume-bg' into 'develop'
Fix #722 : non transparent volume range background Closes #722 See merge request funkwhale/funkwhale!626
This commit is contained in:
commit
8ba7b5b5cd
|
@ -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