new: update player ui colors

This commit is contained in:
Stephan Renggli
2025-01-06 21:39:28 +01:00
parent f9e957bd09
commit aadcbe46bd

View File

@@ -1323,6 +1323,26 @@ div[data-role=controlgroup] a.ui-btn-active {
border-style: inset; border-style: inset;
} }
.mdl-slider-background-lower {
background-color: var(--btnSubmitBorderColor);
}
.mdl-slider::-webkit-slider-thumb {
background: var(--btnSubmitBorderColor);
}
.mdl-slider::-moz-range-thumb {
background: var(--btnSubmitBorderColor);
}
.sliderMarker.watched {
background-color: var(--btnSubmitBorderColor);
}
.iconOsdProgressInner {
background: var(--btnSubmitBorderColor);
}
.subtitleappearance-preview { .subtitleappearance-preview {
border-radius: var(--smallRadius); border-radius: var(--smallRadius);
} }