mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 17:45:18 +02:00
Fix #722 : non transparent volume range background
This commit is contained in:
parent
9d7cd00649
commit
8000c5fef1
2 changed files with 2 additions and 0 deletions
1
changes/changelog.d/722.bugfix
Normal file
1
changes/changelog.d/722.bugfix
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue