Merge branch 'develop' of dev.funkwhale.audio:funkwhale/funkwhale into develop

This commit is contained in:
Eliot Berriot 2019-02-25 10:36:07 +01:00
commit 8beb08d677
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
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;