New: Updated Live TV library styles
This commit is contained in:
parent
d57dae184c
commit
0cf3435546
1 changed files with 22 additions and 1 deletions
|
|
@ -1359,6 +1359,10 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
color: #fff !important;
|
||||
}
|
||||
|
||||
.guide-date-tab-button.emby-tab-button-active, .guide-date-tab-button:focus {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#btnDeleteImage,
|
||||
.button-delete,
|
||||
.btnRevoke {
|
||||
|
|
@ -1416,7 +1420,6 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
border: var(--defaultBorder);
|
||||
}
|
||||
|
||||
|
||||
.readOnlyContent {
|
||||
flex-direction: column !important;
|
||||
}
|
||||
|
|
@ -1972,12 +1975,30 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
font-size: 1.6em;
|
||||
}
|
||||
|
||||
#liveTvSuggestedPage,
|
||||
.liveTvContainer{
|
||||
background-color: var(--tableBodyColor);
|
||||
}
|
||||
|
||||
.programCell-active {
|
||||
background-color: var(--activeColor) !important;
|
||||
border-radius: .5em;
|
||||
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 {
|
||||
background-color: var(--selectorBackgroundColor);
|
||||
border: var(--defaultLighterBorder);
|
||||
|
|
|
|||
Loading…
Reference in a new issue