Update skip intro button style
This commit is contained in:
parent
165e24da5f
commit
0f4875e6f3
1 changed files with 6 additions and 3 deletions
|
@ -479,10 +479,13 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- Skip Intro Button --- */
|
/* --- Skip Intro Button --- */
|
||||||
#skipIntro .emby-button:hover,
|
|
||||||
#skipIntro .emby-button:focus {
|
.skip-button {
|
||||||
|
border-radius: var(--rounding);
|
||||||
|
color: rgba(221,221,221,.87);
|
||||||
background-color: rgba(168,0,81,0.7);
|
background-color: rgba(168,0,81,0.7);
|
||||||
transform: 0.3s;
|
font-size: 1em;
|
||||||
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- Poster Cards --- */
|
/* --- Poster Cards --- */
|
||||||
|
|
Loading…
Reference in a new issue