mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Added transition to chapter markers
This commit is contained in:
parent
c59dd9d0af
commit
b4b9a24aba
@ -460,11 +460,19 @@ html,
|
|||||||
#skipIntro .paper-icon-button-light:hover:not(:disabled) {
|
#skipIntro .paper-icon-button-light:hover:not(:disabled) {
|
||||||
color: #FFF !important;
|
color: #FFF !important;
|
||||||
}
|
}
|
||||||
.sliderMarker.watched {
|
.sliderContainer:has(.mdl-slider-hoverthumb:not(:hover)) .sliderMarker {
|
||||||
background-color: var(--primary-accent-color) !important;
|
opacity: 0 !important;
|
||||||
|
transition: 0.2s !important;
|
||||||
}
|
}
|
||||||
.sliderMarker.unwatched {
|
.sliderContainer:has(.mdl-slider-hoverthumb:hover) .sliderMarker {
|
||||||
background-color: #ffffff25 !important;
|
opacity: 1 !important;
|
||||||
|
transition: 0.2s !important;
|
||||||
|
height: 10px !important;
|
||||||
|
transform: translate3d(0,40%,0) !important;
|
||||||
|
-webkit-transform: translate3d(0,40%,0) !important;
|
||||||
|
}
|
||||||
|
.sliderMarker.watched {
|
||||||
|
background-color: #FFFFFF90 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user