2024-06-10, 12:06 PM
(2024-06-10, 11:56 AM)Efficient_Good_5784 Wrote: Also @M0RPH3US, I've noticed your theme (and some others as well) have the watched chapter ticks set at the default blue color on the web player.
To change their color to match your theme, this is the css code for that:
Code:.sliderMarker.watched {
background-color: rgba(150,150,150,1) !important; }
Good catch. Will add that
Just change the rgb values to whatever color you need.
As a small note, to change the color of unwatched chapter ticks, I believe the code is just ".sliderMarker.unwatched", though I may be wrong on that.
Finally, this might be of interest too:
To change the color of the volume slider popup when the keyboard up and down arrow keys are pressed, try this:
Code:/*This affects the color of the pop-up volume bar when the keyboard is used to change volume.*/
.iconOsdProgressInner {
background-color: rgba(150,150,150,1) !important; }