Style skip intro button
This commit is contained in:
parent
790d5a9304
commit
eb99e07655
1 changed files with 7 additions and 0 deletions
|
@ -518,4 +518,11 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
|
||||||
|
|
||||||
.sliderBubble {
|
.sliderBubble {
|
||||||
border-radius: var(--rounding);
|
border-radius: var(--rounding);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* --- Skip Intro Button --- */
|
||||||
|
|
||||||
|
#skipIntro .emby-button:hover, #skipIntro .emby-button:focus {
|
||||||
|
background-color: rgba(168,0,81,0.7);
|
||||||
|
transform: 0.3s;
|
||||||
}
|
}
|
Loading…
Reference in a new issue