mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 00:06:05 -07:00
Fix for the request on behalf window
This commit is contained in:
parent
b733fd10dc
commit
38635efeff
1 changed files with 12 additions and 0 deletions
|
@ -82,3 +82,15 @@
|
||||||
.mat-accent.grow:hover{
|
.mat-accent.grow:hover{
|
||||||
color: $ombi-active-text;
|
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…
Add table
Add a link
Reference in a new issue