Merge pull request #34 from stephanrenggli/main

new: update player ui colors
This commit is contained in:
lscambo13
2025-01-08 20:19:17 +05:30
committed by GitHub

View File

@@ -1323,6 +1323,26 @@ div[data-role=controlgroup] a.ui-btn-active {
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 {
border-radius: var(--smallRadius);
}