Fix dialog footer styles on tv

This commit is contained in:
Bill Thornton 2021-09-01 00:43:44 -04:00
parent 3adc118864
commit 4b581f4160
7 changed files with 35 additions and 5 deletions

View file

@ -170,6 +170,11 @@ html {
color: inherit;
}
.layout-tv .formDialogFooter:not(.formDialogFooter-clear) {
background-color: transparent;
border: none;
}
.cardText-secondary,
.fieldDescription,
.guide-programNameCaret,