Merge branch 'develop' of dev.funkwhale.audio:funkwhale/funkwhale into develop
This commit is contained in:
commit
8beb08d677
|
@ -0,0 +1 @@
|
|||
Fixed non-transparent background for volume range on Firefox (#722)
|
|
@ -499,6 +499,7 @@ export default {
|
|||
bottom: 1.1rem;
|
||||
left: 25%;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
}
|
||||
input[type="range"]:focus {
|
||||
outline: none;
|
||||
|
|
Loading…
Reference in New Issue