Update lukeflix.css

This commit is contained in:
2026-07-24 22:19:48 -06:00
parent 40c82b079d
commit 7fa807ec4e

View File

@@ -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;
}
@@ -2344,3 +2348,8 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
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;
}