From 5fb2d3053df091aa21865f8eff983c9c07f7b95f Mon Sep 17 00:00:00 2001 From: twanariens Date: Sun, 24 Jan 2021 13:22:04 +0100 Subject: [PATCH] Even more color issues fixed --- src/Ombi/ClientApp/src/styles/Styles.scss | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/Ombi/ClientApp/src/styles/Styles.scss b/src/Ombi/ClientApp/src/styles/Styles.scss index 607a926ef..61a298b56 100644 --- a/src/Ombi/ClientApp/src/styles/Styles.scss +++ b/src/Ombi/ClientApp/src/styles/Styles.scss @@ -53,4 +53,32 @@ .mat-input-element{ caret-color: $ombi-active; + } + + .mat-card { + background: $ombi-background-accent; + } + + .mat-expansion-panel{ + background: $ombi-background-accent; + } + + .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{ + color:$ombi-active-text; + } + + .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{ + background-color: $ombi-background-primary; + } + + .mat-bottom-sheet-container{ + background: $ombi-background-accent; + } + + .grow:hover{ + color: $ombi-active; + } + + .mat-accent.grow:hover{ + color: $ombi-active-text; } \ No newline at end of file