Even more color issues fixed

pull/4003/head
twanariens 4 years ago
parent af9d45add7
commit 5fb2d3053d

@ -53,4 +53,32 @@
.mat-input-element{
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…
Cancel
Save