mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Merge branch 'main' of https://github.com/lscambo13/ElegantFin
This commit is contained in:
@@ -1347,6 +1347,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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user