New: Redesigned chapter markers so that they don't clutter the seek bar
This commit is contained in:
parent
33574317bc
commit
aed961525e
1 changed files with 5 additions and 0 deletions
|
|
@ -810,6 +810,11 @@ progress+span {
|
||||||
background-color: var(--uiAccentColor);
|
background-color: var(--uiAccentColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sliderMarker {
|
||||||
|
height: 4px;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.iconOsdProgressInner {
|
.iconOsdProgressInner {
|
||||||
background: var(--uiAccentColor);
|
background: var(--uiAccentColor);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue