From e983cc563ebb7a9098057321887cc696776e04f1 Mon Sep 17 00:00:00 2001 From: Spi Date: Thu, 16 May 2024 19:12:41 +0200 Subject: [PATCH] Zeiterfassung Update * Kalender Heute Anzeige verbesserte Sichtbarkeit --- .../default/TimerecordingCalendar/Index.php | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/Layout/default/TimerecordingCalendar/Index.php b/Layout/default/TimerecordingCalendar/Index.php index 69026673b..ee8c98054 100644 --- a/Layout/default/TimerecordingCalendar/Index.php +++ b/Layout/default/TimerecordingCalendar/Index.php @@ -153,8 +153,25 @@ $daysgerm = array("So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"); margin-right: 0; } + thead .fc-day-today .fc-scrollgrid-sync-inner { + background-color: #2c3e50; + + } + + thead .fc-day-today .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion { + color: #fff; + } + + .fc .fc-col-header-cell-cushion { + color: #2c3e50; + } + + .fc .fc-daygrid-day-number { + color: #2c3e50; + } + .fc .fc-daygrid-day.fc-day-today { - background-color:rgb(33 109 247 / 30%); + background-color: rgb(44 62 80 / 12%); } .fc-event-title { @@ -162,7 +179,7 @@ $daysgerm = array("So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"); } .fc-day-today .fc-daygrid-day-top { - background-color: #216df7; + background-color: #2c3e50; } .fc-day-today .fc-daygrid-day-number {