mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 01:57:29 +00:00
Fix typo in Firefox band slider thumb
This commit is contained in:
parent
658244b169
commit
31a6ba289c
1 changed files with 2 additions and 2 deletions
|
|
@ -81,10 +81,10 @@ const imageSelectors = {
|
|||
EQ_SLIDER_BACKGROUND: [".band"],
|
||||
EQ_SLIDER_THUMB: [
|
||||
".band input::-webkit-slider-thumb",
|
||||
"band input::-moz-range-thumb"
|
||||
".band input::-moz-range-thumb"
|
||||
],
|
||||
EQ_SLIDER_THUMB_SELECTED: [
|
||||
"band input::-webkit-slider-thumb:active",
|
||||
".band input::-webkit-slider-thumb:active",
|
||||
".band input::-moz-range-thumb:active"
|
||||
],
|
||||
EQ_ON_BUTTON: ["#on"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue