From 38635efeffa784e549d28237f48c08b7da26f56a Mon Sep 17 00:00:00 2001 From: twanariens Date: Sun, 24 Jan 2021 21:43:29 +0100 Subject: [PATCH] Fix for the request on behalf window --- src/Ombi/ClientApp/src/styles/Styles.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/Ombi/ClientApp/src/styles/Styles.scss b/src/Ombi/ClientApp/src/styles/Styles.scss index 61a298b56..fe52c07aa 100644 --- a/src/Ombi/ClientApp/src/styles/Styles.scss +++ b/src/Ombi/ClientApp/src/styles/Styles.scss @@ -81,4 +81,16 @@ .mat-accent.grow:hover{ color: $ombi-active-text; + } + + .mat-dialog-container{ + background: $ombi-background-accent; + } + + .mat-autocomplete-panel{ + background: $ombi-background-accent; + } + + .mat-form-field.mat-focused .mat-form-field-ripple{ + background-color: $ombi-active; } \ No newline at end of file