From 96ec9aa8aaf1850f6bf027095c6edba7a876a105 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Mon, 18 Nov 2024 09:32:49 +0100 Subject: [PATCH] fix(Calender Style): changes the hover style for fhc-entries to have a brighter color than the selectedEvent itself --- public/css/Cis4/Cis.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/css/Cis4/Cis.css b/public/css/Cis4/Cis.css index bace22f52..c48beed4d 100644 --- a/public/css/Cis4/Cis.css +++ b/public/css/Cis4/Cis.css @@ -465,9 +465,8 @@ html { } .fhc-entry:hover{ - background-color:#00649c !important; + background-color:#0088d6 !important; color:white !important; - border: none !important; } .fhc-entry {