mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-11-07 15:25:26 +00:00
Fix: Ensure Skip Intro Button is readable on jellyfin 10.11 (#165)
This commit is contained in:
@@ -2961,6 +2961,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||
background-color: whitesmoke;
|
||||
box-shadow: var(--shadow);
|
||||
margin-right: var(--sidePadding);
|
||||
color: black
|
||||
}
|
||||
|
||||
/* this allows the skip button get focused correctly on TVs using remote navigation; needs 10.10.7*/
|
||||
@@ -3870,4 +3871,4 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||
.layout-tv .show-focus:focus,
|
||||
.layout-tv .show-animation:focus {
|
||||
transform: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user