From e3a42c8342bba0db15e2ca9a78911121e5d539da Mon Sep 17 00:00:00 2001 From: polo Date: Thu, 29 Jan 2026 22:51:19 +0100 Subject: =?UTF-8?q?classe=20CalendarModalView,=20contr=C3=B4les=20getEleme?= =?UTF-8?q?ntOrThrow=20et=20assertElementType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/calendar.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'public/css/calendar.css') diff --git a/public/css/calendar.css b/public/css/calendar.css index b24fe5b..c96b91e 100644 --- a/public/css/calendar.css +++ b/public/css/calendar.css @@ -1,7 +1,8 @@ -.event{ +#event{ border: 2px double; border-radius: 5px; - width: max-content; + max-width: 250px; + /*width: max-content;*/ padding: 5px; } #calendar_zone{ @@ -33,6 +34,9 @@ td .fc-timegrid-axis{ .fc-day-other{ background-color: #f0f0f0; } +.fc-daygrid-day:not(.fc-day-other, .fc-day-today){ + background-color: #ffffff; +} .fc-daygrid-day-top{ justify-content: center; } -- cgit v1.2.3