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