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

@ -60,6 +60,7 @@
} }
.layout-tv .formDialogFooter { .layout-tv .formDialogFooter {
position: relative;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
flex-wrap: wrap; flex-wrap: wrap;

View file

@ -159,11 +159,6 @@ html {
background-color: #f57f17; background-color: #f57f17;
} }
.formDialogFooter:not(.formDialogFooter-clear) {
border-top: 1px solid #ddd;
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.cardText-secondary, .cardText-secondary,
.fieldDescription, .fieldDescription,
.guide-programNameCaret, .guide-programNameCaret,
@ -203,6 +198,11 @@ html {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
} }
.formDialogFooter:not(.formDialogFooter-clear) {
border-top: 1px solid #ddd;
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.appfooter, .appfooter,
.formDialogFooter:not(.formDialogFooter-clear), .formDialogFooter:not(.formDialogFooter-clear),
.playlistSectionButton { .playlistSectionButton {
@ -214,6 +214,12 @@ html {
background: linear-gradient(to right, #bcbcbc, #a7b4b7, #beb5a5, #adbec2, #b9c7cb); background: linear-gradient(to right, #bcbcbc, #a7b4b7, #beb5a5, #adbec2, #b9c7cb);
} }
.layout-tv .formDialogFooter:not(.formDialogFooter-clear) {
border: none;
color: initial;
background: none;
}
.nowPlayingBarSecondaryText { .nowPlayingBarSecondaryText {
color: #999; color: #999;
} }

View file

@ -139,6 +139,10 @@ html {
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.5);
} }
.layout-tv .formDialogFooter:not(.formDialogFooter-clear) {
background-color: transparent;
}
.defaultCardBackground1 { .defaultCardBackground1 {
background-color: #213440; background-color: #213440;
} }

View file

@ -127,6 +127,10 @@ html {
background-color: #202020; background-color: #202020;
} }
.layout-tv .formDialogFooter:not(.formDialogFooter-clear) {
background-color: transparent;
}
.defaultCardBackground1 { .defaultCardBackground1 {
background-color: #00455c; background-color: #00455c;
} }

View file

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

View file

@ -223,6 +223,11 @@ a[data-role=button] {
border-radius: 0.8em; border-radius: 0.8em;
} }
.layout-tv .formDialogFooter:not(.formDialogFooter-clear) {
background-color: transparent;
border-radius: 0;
}
.cardOverlayContainer { .cardOverlayContainer {
border-radius: 0.8em; border-radius: 0.8em;
} }

View file

@ -193,6 +193,11 @@ html {
color: rgba(255, 255, 255, 0.78); color: rgba(255, 255, 255, 0.78);
} }
.layout-tv .formDialogFooter:not(.formDialogFooter-clear) {
background: transparent;
color: initial;
}
.itemSelectionPanel { .itemSelectionPanel {
border: 1px solid #00a4dc; border: 1px solid #00a4dc;
} }