mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
Even more color issues fixed
This commit is contained in:
parent
af9d45add7
commit
5fb2d3053d
1 changed files with 28 additions and 0 deletions
|
@ -53,4 +53,32 @@
|
||||||
|
|
||||||
.mat-input-element{
|
.mat-input-element{
|
||||||
caret-color: $ombi-active;
|
caret-color: $ombi-active;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mat-card {
|
||||||
|
background: $ombi-background-accent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mat-expansion-panel{
|
||||||
|
background: $ombi-background-accent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{
|
||||||
|
color:$ombi-active-text;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{
|
||||||
|
background-color: $ombi-background-primary;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mat-bottom-sheet-container{
|
||||||
|
background: $ombi-background-accent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.grow:hover{
|
||||||
|
color: $ombi-active;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mat-accent.grow:hover{
|
||||||
|
color: $ombi-active-text;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue