From fbfbce49568508b4484603836496fdd868cd106e Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 24 Jul 2025 10:16:25 -0700 Subject: [PATCH] Fix: EPG cells in Live TV did not have rounded corners when focused --- Theme/ElegantFin-theme-nightly.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 60a453d..876a4e1 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2952,8 +2952,9 @@ div[data-role=controlgroup] a.ui-btn-active { .guide-channelHeaderCell, .programCell { border-color: transparent; - /* this disables 'color coded backgrounds' */ + /* this disables the 'color coded backgrounds' */ background-color: transparent !important; + border-radius: var(--smallRadius); } .guideProgramName {