new: update player ui colors
This commit is contained in:
parent
f9e957bd09
commit
aadcbe46bd
1 changed files with 20 additions and 0 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue