mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Updated cell and focus colors in Live TV Guide
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user