mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: EPG cells in Live TV did not have rounded corners when focused
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user