mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
new: update player ui colors
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user