Skip to content
Snippets Groups Projects
Commit 8ba7b5b5 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '722-fix-volume-bg' into 'develop'

Fix #722 : non transparent volume range background

Closes #722

See merge request funkwhale/funkwhale!626
parents 9d7cd006 8000c5fe
No related branches found
No related tags found
No related merge requests found
Fixed non-transparent background for volume range on Firefox (#722)
\ No newline at end of file
......@@ -499,6 +499,7 @@ export default {
bottom: 1.1rem;
left: 25%;
cursor: pointer;
background-color: transparent;
}
input[type="range"]:focus {
outline: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment