From 0851d2ce7a3c2104a400a1317f2ad70009a96267 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 1 Aug 2022 16:16:05 +0300 Subject: [PATCH] theme fix --- frontend/less/glass/custom.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/less/glass/custom.less b/frontend/less/glass/custom.less index f6833bc7d3..6f608e0b5f 100644 --- a/frontend/less/glass/custom.less +++ b/frontend/less/glass/custom.less @@ -153,3 +153,10 @@ select.form-control > option { background: var(--input-bg); } } + + +.calendar { + td.fc-day-top.fc-today { + background-color: transparent !important; + } +}