mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 20:40:39 +00:00
Fix side/position of slider handles in EQ shade mode
This commit is contained in:
parent
451d094265
commit
7c06f7d5c9
2 changed files with 16 additions and 16 deletions
|
|
@ -19,20 +19,20 @@
|
|||
|
||||
#webamp #equalizer-volume::-webkit-slider-thumb {
|
||||
height: 7px;
|
||||
width: 2px;
|
||||
width: 3px;
|
||||
}
|
||||
|
||||
#webamp #equalizer-volume::-moz-range-thumb {
|
||||
height: 7px;
|
||||
width: 2px;
|
||||
width: 3px;
|
||||
}
|
||||
|
||||
#webamp #equalizer-volume.center::-webkit-slider-thumb {
|
||||
width: 5px;
|
||||
width: 3px;
|
||||
}
|
||||
|
||||
#webamp #equalizer-volume.center::-moz-range-thumb {
|
||||
width: 5px;
|
||||
width: 3px;
|
||||
}
|
||||
|
||||
#webamp #equalizer-balance {
|
||||
|
|
@ -46,20 +46,20 @@
|
|||
|
||||
#webamp #equalizer-balance::-webkit-slider-thumb {
|
||||
height: 7px;
|
||||
width: 2px;
|
||||
width: 3px;
|
||||
}
|
||||
|
||||
#webamp #equalizer-balance::-moz-range-thumb {
|
||||
height: 7px;
|
||||
width: 2px;
|
||||
width: 3px;
|
||||
}
|
||||
|
||||
#webamp #equalizer-balance.center::-webkit-slider-thumb {
|
||||
width: 5px;
|
||||
width: 3px;
|
||||
}
|
||||
|
||||
#webamp #equalizer-balance.center::-moz-range-thumb {
|
||||
width: 5px;
|
||||
width: 3px;
|
||||
}
|
||||
|
||||
#webamp .equalizer-top {
|
||||
|
|
|
|||
|
|
@ -381,22 +381,22 @@ export default {
|
|||
height: 14
|
||||
},
|
||||
{ name: "EQ_SHADE_BACKGROUND", x: 0, y: 15, width: 275, height: 14 },
|
||||
{ name: "EQ_SHADE_VOLUME_SLIDER_LEFT", x: 1, y: 30, width: 2, height: 7 },
|
||||
{ name: "EQ_SHADE_VOLUME_SLIDER_CENTER", x: 3, y: 30, width: 5, height: 7 },
|
||||
{ name: "EQ_SHADE_VOLUME_SLIDER_RIGHT", x: 8, y: 30, width: 2, height: 7 },
|
||||
{ name: "EQ_SHADE_BALANCE_SLIDER_LEFT", x: 11, y: 30, width: 2, height: 7 },
|
||||
{ name: "EQ_SHADE_VOLUME_SLIDER_LEFT", x: 1, y: 30, width: 3, height: 7 },
|
||||
{ name: "EQ_SHADE_VOLUME_SLIDER_CENTER", x: 4, y: 30, width: 3, height: 7 },
|
||||
{ name: "EQ_SHADE_VOLUME_SLIDER_RIGHT", x: 7, y: 30, width: 3, height: 7 },
|
||||
{ name: "EQ_SHADE_BALANCE_SLIDER_LEFT", x: 11, y: 30, width: 3, height: 7 },
|
||||
{
|
||||
name: "EQ_SHADE_BALANCE_SLIDER_CENTER",
|
||||
x: 13,
|
||||
x: 14,
|
||||
y: 30,
|
||||
width: 5,
|
||||
width: 3,
|
||||
height: 7
|
||||
},
|
||||
{
|
||||
name: "EQ_SHADE_BALANCE_SLIDER_RIGHT",
|
||||
x: 18,
|
||||
x: 17,
|
||||
y: 30,
|
||||
width: 2,
|
||||
width: 3,
|
||||
height: 7
|
||||
},
|
||||
{ name: "EQ_MAXIMIZE_BUTTON_ACTIVE", x: 1, y: 38, width: 9, height: 9 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue