diff --git a/lukeflix.css b/lukeflix.css index 8751887..bec02fd 100644 --- a/lukeflix.css +++ b/lukeflix.css @@ -201,11 +201,11 @@ input[type="radio"]:checked { .headerTabs.sectionTabs { text-size-adjust: 110%; - font-size: 110%; - padding-top: 8px; + font-size: 95%; + padding-top: 0px; margin-top: -2em; width: fit-content; - max-width: 95vw; + max-width: 90vw; align-self: center !important; border-radius: 50px; } @@ -653,10 +653,14 @@ a[data-role="button"]:hover { .emby-tab-button-active { background: rgb(var(--abyss-accent)); - color: #121212; + color: white; border-radius: 50px; } +.guideDateTabsSlider .emby-tab-button-active { + border-radius: 8px !important; +} + .emby-tab-button-active:hover { color: #121212 !important; } @@ -2343,4 +2347,9 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { .emby-tabs-slider.guideDateTabsSlider { background-color: transparent !important; border: none; +} + +/* Set active selected dates tect to be white */ +.guide-date-tab-button.emby-tab-button-active, .guide-date-tab-button:focus { + color: white; } \ No newline at end of file