This commit is contained in:
Peter Maquiran
2021-10-27 15:49:45 +01:00
parent c0da0399fb
commit 6e72161019
2 changed files with 8 additions and 3 deletions
+2 -2
View File
@@ -436,10 +436,10 @@ td.monthview-primary-with-event {
font-weight: normal;
}
li.active{
background-color: var(--mat-selected);
background-color: var(--mat-selected) !important;
color: white;
}
li:hover{
li:hover:not(.active){
background-color: var(--mat-selected-hover);
}
+6 -1
View File
@@ -1012,7 +1012,7 @@ background: rgb(92, 92, 92);
// }
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
background-color: #42b9fe36 !important;
background-color: var(--mat-selected-hover) !important;
}
.mat-form-field-underline.ng-tns-c193-6.ng-star-inserted, .mat-form-field-underline {
@@ -1282,3 +1282,8 @@ ngx-mat-datetime-content{
.modal-background {
background: #0000006b;
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
background: var(--mat-selected-hover);
}