mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
ombi accent fixes
This commit is contained in:
parent
6a4b9a9644
commit
74b94723a0
@ -549,8 +549,26 @@ button.admin-cog {
|
||||
color: rgb(var(--accent-color)) !important;
|
||||
}
|
||||
|
||||
.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple {
|
||||
background-color: rgb(var(--accent-color));
|
||||
}
|
||||
|
||||
.mat-input-element,.login-card .mat-input-element {
|
||||
caret-color: rgb(var(--accent-color)) !important;
|
||||
}
|
||||
|
||||
input:-internal-autofill-selected {
|
||||
appearance: menulist-button;
|
||||
background-image: none !important;
|
||||
background-color: -internal-light-dark(rgba(232, 240, 254, 0), rgba(70, 90, 126, 0.4)) !important;
|
||||
color: -internal-light-dark(black, white) !important;
|
||||
}
|
||||
|
||||
.mat-form-field.mat-focused .mat-form-field-ripple,
|
||||
.mat-checkbox-checked.mat-accent .mat-checkbox-background,
|
||||
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
|
||||
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
|
||||
.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,
|
||||
.mat-toolbar .mat-focused .mat-form-field-ripple {
|
||||
background-color: rgb(var(--accent-color));
|
||||
}
|
||||
|
||||
@ -599,6 +617,10 @@ button.admin-cog {
|
||||
|
||||
/* TABLES */
|
||||
|
||||
.table {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.mat-table-sticky,
|
||||
.mat-table tbody,
|
||||
.mat-table tfoot,
|
||||
|
Loading…
Reference in New Issue
Block a user