From ad37bdb121d0021b2d63772cb54a538fe110974c Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Wed, 21 Apr 2021 18:49:43 +0200 Subject: [PATCH] Update --- assets/css/dark_theme.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/assets/css/dark_theme.css b/assets/css/dark_theme.css index 9c26ce89..5936d575 100644 --- a/assets/css/dark_theme.css +++ b/assets/css/dark_theme.css @@ -683,4 +683,15 @@ img[src$="groups_logo/default.png"] { .posts-target-picker > div:hover { background-color: var(--black4); +} + +/** + * Full calendar + */ +.fc-theme-standard .fc-list-day-cushion { + background-color: var(--black3); +} + +.fc .fc-list-event:hover td { + background-color: var(--black3); } \ No newline at end of file