fix(Calender Style): changes the hover style for fhc-entries to have a brighter color than the selectedEvent itself

This commit is contained in:
SimonGschnell
2024-11-18 09:32:49 +01:00
parent 3146f0795f
commit 96ec9aa8aa
+1 -2
View File
@@ -465,9 +465,8 @@ html {
}
.fhc-entry:hover{
background-color:#00649c !important;
background-color:#0088d6 !important;
color:white !important;
border: none !important;
}
.fhc-entry {