Fix for the request on behalf window

This commit is contained in:
twanariens 2021-01-24 21:43:29 +01:00
parent b733fd10dc
commit 38635efeff

View file

@ -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;
}