Feeling tired of the mundane appearance of the Google Chrome native html5 video player?
Each time they make a change, it seems to get even more unappealing.
The bright white color scheme is completely unfulfilling in my opinion.
I took matters into my own hands and created a userstyle to give it a dark look.
This is the progress I've made so far, but I'm struggling to change the color of the little circle.
Any assistance would be greatly appreciated.
This is my current code:
video::-webkit-media-controls-panel {
background-color: #161618;
}
video::-webkit-media-controls-volume-slider-container {
background-color: cyan;
}
video::-webkit-media-controls-volume-slider {
background-color: #1FB2B0;
}
video::-webkit-media-controls-timeline {
background-color: #1FB2B0;
}
Here is the link to the jsfiddle for reference: