2024-06-03, 09:38 PM
(This post was last modified: 2024-06-03, 09:43 PM by Efficient_Good_5784. Edited 1 time in total.)
Looking at the picture of the video status bar in the OSD, I see that you didn't change the color of the watched chapter markers from the default blue color.
If you want to make them red to match the rest of your theme, here's the CSS code to do just that:
If you want to make them red to match the rest of your theme, here's the CSS code to do just that:
Code:
.sliderMarker.watched { background-color: rgba(217,0,0,1); }
(2024-06-02, 06:51 PM)JohnDorian Wrote: Everything works fine, except the search button. I'm not able to search anything with this theme...I can also confirm that this V4 release of your custom theme breaks the search functionality.