theme fix

This commit is contained in:
Yuri Kuznetsov
2022-08-01 16:16:05 +03:00
parent b32f627bda
commit 0851d2ce7a
+7
View File
@@ -153,3 +153,10 @@ select.form-control > option {
background: var(--input-bg);
}
}
.calendar {
td.fc-day-top.fc-today {
background-color: transparent !important;
}
}