Skip to content
Snippets Groups Projects
Commit 9559573f authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

styling

parent 41980cea
No related merge requests found
......@@ -41,3 +41,38 @@ mat-icon {
width: 18px;
margin-right: 5px;
}
::ng-deep .mat-form-field-label {
color: var(--on-surface)!important;
}
::ng-deep .mat-form-field-underline {
background-color: var(--on-surface)!important;
}
::ng-deep .mat-form-field-ripple {
background-color: var(--on-surface)!important;
}
::ng-deep .mat-select-arrow-wrapper .mat-select-arrow {
color: var(--on-surface);
}
::ng-deep .mat-select-value-text {
color: var(--on-surface);
}
::ng-deep .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
color: var(--primary);
}
::ng-deep .mat-tab-label-active,
::ng-deep .mat-tab-label {
color: var(--on-surface);
opacity: 1!important;
}
::ng-deep .mat-ink-bar {
background-color: var(--primary) !important;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment