mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46: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
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue