Fix for the request on behalf window

pull/4003/head
twanariens 4 years ago
parent b733fd10dc
commit 38635efeff

@ -82,3 +82,15 @@
.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;
}
Loading…
Cancel
Save