From 1374a2b7cb0b9a19a47ef4c68d458cfd62c1bb4c Mon Sep 17 00:00:00 2001 From: Daniel Spitzer Date: Tue, 7 Oct 2025 11:32:07 +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 --- .../default/TimerecordingCalendar/Index.php | 29 ++++++++++++++++--- .../TimerecordingPermitController.php | 5 ++++ .../TimerecordingReportController.php | 2 +- 3 files changed, 31 insertions(+), 5 deletions(-) diff --git a/Layout/default/TimerecordingCalendar/Index.php b/Layout/default/TimerecordingCalendar/Index.php index ad46c87a5..713181692 100644 --- a/Layout/default/TimerecordingCalendar/Index.php +++ b/Layout/default/TimerecordingCalendar/Index.php @@ -35,7 +35,15 @@ $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 { + background-image: repeating-linear-gradient(45deg, transparent 0 6px, rgb(255 255 255 / 52%) 6px 12px); + } + .fc .fc-list-event.fc-tentative td { + border-bottom: 2px dashed currentColor; + } .popper, .tooltip { position: absolute; z-index: 9999; @@ -209,7 +217,7 @@ $daysgerm = array("So", "Mo", "Di", "Mi", "Do", "Fr", "Sa");