the background of the days are changed in the calendar

This commit is contained in:
iironside
2022-03-08 14:51:10 +03:00
parent e55583a44d
commit 46a62c300e
6 changed files with 2102 additions and 2 deletions

View File

@ -378,6 +378,14 @@
cursor: pointer;
}
.fully_day {
background-color: #99ff99;
}
.empty_day {
background-color: #ff9999;
}
.active_day {
background: #cdcfce;
}