From bb4e90077c3a7f733b3984cac2cbc9eb7538daff Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sun, 1 Jun 2025 19:56:05 +0530 Subject: [PATCH] New: Various improvements made to the EPG page design Changes - added gap between cells - added top padding to prevent conflict with the new header - disabled color coded backgrounds for a coherent design - removed background color from the whole page - hid the back arrow from cells - removed border color --- Theme/ElegantFin-theme-nightly.css | 45 ++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 5d15452..77f2f57 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2466,31 +2466,46 @@ div[data-role=controlgroup] a.ui-btn-active { color: var(--dimTextColor); } -#liveTvSuggestedPage, -.liveTvContainer { - background-color: var(--tableBodyColor); +.channelPrograms+.channelPrograms, .guide-channelHeaderCell+.guide-channelHeaderCell { + margin-top: 0; } -.programCell-active { - background-color: var(--activeColor) !important; - border-radius: .5em; - margin-block: .5em !important; +.channelPrograms, .guide-channelHeaderCell, .programCell{ + border-color: transparent; + /* this disables 'color coded backgrounds' */ + background-color: transparent !important; +} + +.guideProgramName{ + background-color: rgba(255, 255, 255, .05); + height: -webkit-fill-available; + margin: .35em 0 .35em .7em; + border-radius: var(--smallerRadius); +} + +.guide-programNameCaret{ + display: none; +} + +.programCell-active .guideProgramName { + background-color: rgba(255, 255, 255, .125); } .guideVerticalScroller { padding: 0; } -.programGrid { - background-color: var(--lighterGradientPointAlpha); +.guideChannelImage { + background-color: rgba(255, 255, 255, .05); + bottom: .35em; + right: .35em; + top: .35em; + width: calc(100% - .7em); + border-radius: var(--smallerRadius); } -.channelPrograms>.programCell:nth-child(odd) { - background-color: var(--darkerGradientPoint); -} - -.channelPrograms>.programCell:nth-child(even) { - /* background-color: #11182700; */ +#guideTab{ + padding-top: 3em !important; } .guide-channelHeaderCell:focus,