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

Merge branch '318-add-changelog' into 'develop'

Missing changelog for slider enhancement

See merge request funkwhale/funkwhale!319
parents f5f65ecf 9a9537f6
Branches
Tags
No related merge requests found
Make some space for the volume slider to allow precise control (#318)
...@@ -421,6 +421,9 @@ export default { ...@@ -421,6 +421,9 @@ export default {
background: white; background: white;
opacity: 0.3; opacity: 0.3;
} }
input[type=range]::-moz-focus-outer {
border: 0;
}
input[type=range]::-moz-range-thumb { input[type=range]::-moz-range-thumb {
background: white; background: white;
cursor: pointer; cursor: pointer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment