Update lukeflix.css
This commit is contained in:
17
lukeflix.css
17
lukeflix.css
@@ -201,11 +201,11 @@ input[type="radio"]:checked {
|
|||||||
|
|
||||||
.headerTabs.sectionTabs {
|
.headerTabs.sectionTabs {
|
||||||
text-size-adjust: 110%;
|
text-size-adjust: 110%;
|
||||||
font-size: 110%;
|
font-size: 95%;
|
||||||
padding-top: 8px;
|
padding-top: 0px;
|
||||||
margin-top: -2em;
|
margin-top: -2em;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
max-width: 95vw;
|
max-width: 90vw;
|
||||||
align-self: center !important;
|
align-self: center !important;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
}
|
}
|
||||||
@@ -653,10 +653,14 @@ a[data-role="button"]:hover {
|
|||||||
|
|
||||||
.emby-tab-button-active {
|
.emby-tab-button-active {
|
||||||
background: rgb(var(--abyss-accent));
|
background: rgb(var(--abyss-accent));
|
||||||
color: #121212;
|
color: white;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.guideDateTabsSlider .emby-tab-button-active {
|
||||||
|
border-radius: 8px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.emby-tab-button-active:hover {
|
.emby-tab-button-active:hover {
|
||||||
color: #121212 !important;
|
color: #121212 !important;
|
||||||
}
|
}
|
||||||
@@ -2343,4 +2347,9 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
|
|||||||
.emby-tabs-slider.guideDateTabsSlider {
|
.emby-tabs-slider.guideDateTabsSlider {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
border: none;
|
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;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user