fix(ags): make slider knob work even when at 0
This commit is contained in:
parent
3bc5c9ce97
commit
4e19e5525a
3 changed files with 3 additions and 1 deletions
config/ags/js/media-player
|
@ -148,7 +148,7 @@ export const PositionSlider = (player, params) => EventBox({
|
|||
s.setCss(`highlight { background-color: ${player.colors.value.buttonAccent}; }
|
||||
slider { background-color: ${player.colors.value.buttonAccent}; }
|
||||
slider:hover { background-color: ${player.colors.value.hoverAccent}; }
|
||||
trough { background-color: ${player.colors.value.buttonAccent}; }`);
|
||||
trough { background-color: ${player.colors.value.buttonText}; }`);
|
||||
}],
|
||||
],
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue