This commit is contained in:
Peter Maquiran
2021-10-27 15:45:08 +01:00
parent d9f575d080
commit c0da0399fb
+4
View File
@@ -439,6 +439,10 @@ td.monthview-primary-with-event {
background-color: var(--mat-selected); background-color: var(--mat-selected);
color: white; color: white;
} }
li:hover{
background-color: var(--mat-selected-hover);
}
} }
} }
} }