mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Fix css on settings pages
This commit is contained in:
parent
bad06f9393
commit
f677967100
2 changed files with 36 additions and 1 deletions
|
@ -20,4 +20,37 @@
|
|||
accent: $ombi-dark-app-accent,
|
||||
)
|
||||
), $ombi-dark-app-accent);
|
||||
|
||||
@include angular-material-theme($theme);
|
||||
|
||||
.mat-table {
|
||||
background: $ombi-background-accent;
|
||||
}
|
||||
|
||||
.mat-paginator {
|
||||
background: $ombi-background-accent;
|
||||
}
|
||||
|
||||
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary{
|
||||
background-color: $ombi-background-accent;
|
||||
}
|
||||
|
||||
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent{
|
||||
color: $ombi-active-text;
|
||||
}
|
||||
|
||||
.mat-menu-panel{
|
||||
background: $ombi-background-accent;
|
||||
}
|
||||
|
||||
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{
|
||||
color: $ombi-active;
|
||||
}
|
||||
|
||||
.mat-form-field.mat-focused .mat-form-field-label{
|
||||
color: $ombi-active;
|
||||
}
|
||||
|
||||
.mat-input-element{
|
||||
caret-color: $ombi-active;
|
||||
}
|
|
@ -68,6 +68,8 @@ td.mat-cell {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
::ng-deep #main-container .mat-table {
|
||||
background: $ombi-background-accent;
|
||||
}
|
||||
|
||||
// General Buttons CSS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue