From cb52ebae9f64a9b39084a3ca2a85f1cafc17b49a Mon Sep 17 00:00:00 2001 From: Joe Shannon <35498448+joeshannon@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:26:59 +0100 Subject: [PATCH] Grey out past calendar events --- assets/css/custom/_custom.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/css/custom/_custom.scss b/assets/css/custom/_custom.scss index 8746217..014c17b 100644 --- a/assets/css/custom/_custom.scss +++ b/assets/css/custom/_custom.scss @@ -79,6 +79,9 @@ body { // This is to override the default setting of restricting events to be one line tall white-space: normal; } + .fc-event-past { + opacity: 0.5; + } } }