New: Updated cell and focus colors in Live TV Guide
This commit is contained in:
parent
4c167fe353
commit
af76751329
1 changed files with 13 additions and 0 deletions
|
|
@ -1959,6 +1959,19 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
background-color: var(--lighterGradientPointAlpha);
|
background-color: var(--lighterGradientPointAlpha);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.channelPrograms>.programCell:nth-child(odd) {
|
||||||
|
background-color: var(--darkerGradientPoint);
|
||||||
|
}
|
||||||
|
|
||||||
|
.channelPrograms>.programCell:nth-child(even) {
|
||||||
|
/* background-color: #11182700; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.guide-channelHeaderCell:focus,
|
||||||
|
.programCell:focus {
|
||||||
|
background-color: var(--highlightOutlineColor) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.emby-select-iconbutton {
|
.emby-select-iconbutton {
|
||||||
background-color: var(--selectorBackgroundColor);
|
background-color: var(--selectorBackgroundColor);
|
||||||
border: var(--defaultLighterBorder);
|
border: var(--defaultLighterBorder);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue