From 5a3d1d16f00ca65c43e11392e22445f075628c3b Mon Sep 17 00:00:00 2001 From: Daniel Spitzer Date: Tue, 7 Oct 2025 11:47:36 +0200 Subject: [PATCH] =?UTF-8?q?Zeiterfassung=20Update=20*=20Nicht=20freigegebe?= =?UTF-8?q?ne=20Abwesenheiten=20werden=20nun=20in=20der=20Kalender=C3=BCbe?= =?UTF-8?q?rsicht=20strichliert=20dargestellt=20*=20Anpassungen=20in=20den?= =?UTF-8?q?=20Genehmigungsemails?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Layout/default/TimerecordingCalendar/Index.php | 15 +++++++++------ .../TimerecordingReportController.php | 4 +++- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/Layout/default/TimerecordingCalendar/Index.php b/Layout/default/TimerecordingCalendar/Index.php index 713181692..56c05fd10 100644 --- a/Layout/default/TimerecordingCalendar/Index.php +++ b/Layout/default/TimerecordingCalendar/Index.php @@ -35,6 +35,7 @@ $daysgerm = array("So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"); .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus { box-shadow: none; } + .fc .fc-event.fc-tentative, .fc .fc-timegrid-event.fc-tentative, .fc .fc-daygrid-event.fc-tentative { @@ -44,6 +45,7 @@ $daysgerm = array("So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"); .fc .fc-list-event.fc-tentative td { border-bottom: 2px dashed currentColor; } + .popper, .tooltip { position: absolute; z-index: 9999; @@ -228,7 +230,7 @@ $daysgerm = array("So", "Mo", "Di", "Mi", "Do", "Fr", "Sa");