mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Change slider marker for chapters appearance.
Now, the markers are displayed as ticks instead of icons above the slider
This commit is contained in:
parent
9aea7e3927
commit
b43c9e0137
@ -255,18 +255,15 @@
|
||||
|
||||
.sliderMarker {
|
||||
position: absolute;
|
||||
transform: translate3d(0, -100%, 0) rotate(90deg);
|
||||
}
|
||||
|
||||
.sliderMarker.chapterMarker::before {
|
||||
font-family: 'Material Icons', sans-serif;
|
||||
content: "\e892";
|
||||
width: 2px;
|
||||
height: 0.5em;
|
||||
transform: translate3d(0, 25%, 0);
|
||||
}
|
||||
|
||||
.sliderMarker.unwatched {
|
||||
color: rgba(255, 255, 255, 0.3);
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.sliderMarker.watched {
|
||||
color: #00a4dc;
|
||||
background-color: #00a4dc;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user