diff options
Diffstat (limited to 'public/css/calendar.css')
-rw-r--r-- | public/css/calendar.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/calendar.css b/public/css/calendar.css index ba9a462..1cfb0fd 100644 --- a/public/css/calendar.css +++ b/public/css/calendar.css | |||
@@ -34,6 +34,10 @@ td .fc-timegrid-axis{ | |||
34 | .fc-day-other{ | 34 | .fc-day-other{ |
35 | background-color: #f0f0f0; | 35 | background-color: #f0f0f0; |
36 | } | 36 | } |
37 | .fc-daygrid-day:not(.fc-day-other, .fc-day-today){ | ||
38 | background-color: #ffffff; | ||
39 | } | ||
40 | |||
37 | .fc-daygrid-day-top{ | 41 | .fc-daygrid-day-top{ |
38 | justify-content: center; | 42 | justify-content: center; |
39 | } | 43 | } |