Fix: EPG cells in Live TV did not have rounded corners when focused
This commit is contained in:
parent
b3cbfde3f0
commit
fbfbce4956
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue