New: Updated Live TV library styles

This commit is contained in:
lscambo13
2025-03-16 15:13:27 +05:30
parent d57dae184c
commit 0cf3435546

View File

@@ -1359,6 +1359,10 @@ div[data-role=controlgroup] a.ui-btn-active {
color: #fff !important; color: #fff !important;
} }
.guide-date-tab-button.emby-tab-button-active, .guide-date-tab-button:focus {
color: white;
}
#btnDeleteImage, #btnDeleteImage,
.button-delete, .button-delete,
.btnRevoke { .btnRevoke {
@@ -1416,7 +1420,6 @@ div[data-role=controlgroup] a.ui-btn-active {
border: var(--defaultBorder); border: var(--defaultBorder);
} }
.readOnlyContent { .readOnlyContent {
flex-direction: column !important; flex-direction: column !important;
} }
@@ -1972,12 +1975,30 @@ div[data-role=controlgroup] a.ui-btn-active {
font-size: 1.6em; font-size: 1.6em;
} }
#liveTvSuggestedPage,
.liveTvContainer{
background-color: var(--tableBodyColor);
}
.programCell-active { .programCell-active {
background-color: var(--activeColor) !important; background-color: var(--activeColor) !important;
border-radius: .5em; border-radius: .5em;
margin-block: .5em !important; margin-block: .5em !important;
} }
.guideVerticalScroller{
/* background-color: var(--selectorBackgroundColorAlpha); */
padding: 0;
}
.programGrid {
background-color: var(--lighterGradientPointAlpha);
}
.channelPrograms, .guide-channelHeaderCell, .programCell {
/* background-color: var(--selectorBackgroundColorAlpha); */
}
.emby-select-iconbutton { .emby-select-iconbutton {
background-color: var(--selectorBackgroundColor); background-color: var(--selectorBackgroundColor);
border: var(--defaultLighterBorder); border: var(--defaultLighterBorder);