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");