Fix: Ensure Skip Intro Button is readable on jellyfin 10.11 (#165)

This commit is contained in:
bibi0019
2025-11-04 00:17:37 +07:00
committed by GitHub
parent fa6dde9f1b
commit 36290112c3

View File

@@ -2961,6 +2961,7 @@ div[data-role=controlgroup] a.ui-btn-active {
background-color: whitesmoke; background-color: whitesmoke;
box-shadow: var(--shadow); box-shadow: var(--shadow);
margin-right: var(--sidePadding); margin-right: var(--sidePadding);
color: black
} }
/* this allows the skip button get focused correctly on TVs using remote navigation; needs 10.10.7*/ /* this allows the skip button get focused correctly on TVs using remote navigation; needs 10.10.7*/