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:
Eliot Berriot 2019-02-25 09:45:49 +01:00
commit 8ba7b5b5cd
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
Fixed non-transparent background for volume range on Firefox (#722)

View File

@ -499,6 +499,7 @@ export default {
bottom: 1.1rem;
left: 25%;
cursor: pointer;
background-color: transparent;
}
input[type="range"]:focus {
outline: none;