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
1 changed files with 5 additions and 8 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue