Fix: EPG cells in Live TV did not have rounded corners when focused

This commit is contained in:
lscambo13
2025-07-24 10:16:25 -07:00
parent b3cbfde3f0
commit fbfbce4956

View File

@@ -2952,8 +2952,9 @@ div[data-role=controlgroup] a.ui-btn-active {
.guide-channelHeaderCell, .guide-channelHeaderCell,
.programCell { .programCell {
border-color: transparent; border-color: transparent;
/* this disables 'color coded backgrounds' */ /* this disables the 'color coded backgrounds' */
background-color: transparent !important; background-color: transparent !important;
border-radius: var(--smallRadius);
} }
.guideProgramName { .guideProgramName {