mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Fix colors of expansion panels
This commit is contained in:
parent
38635efeff
commit
f0853e9647
1 changed files with 7 additions and 1 deletions
|
@ -94,3 +94,9 @@
|
||||||
.mat-form-field.mat-focused .mat-form-field-ripple{
|
.mat-form-field.mat-focused .mat-form-field-ripple{
|
||||||
background-color: $ombi-active;
|
background-color: $ombi-active;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (hover: none){
|
||||||
|
.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{
|
||||||
|
background: $ombi-background-accent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue