Calendar v2 - Combined Calendar Feature

This commit is contained in:
2026-03-30 16:12:05 -05:00
parent 6353f9c9b4
commit 7eb6160b5a
9 changed files with 672 additions and 34 deletions
+9 -1
View File
@@ -101,4 +101,12 @@ body {
margin-right: 0;
margin-bottom: 5px;
}
}
}
.calendar-agenda-list .calendar-agenda-day:first-child .list-group-item.border-top {
border-top: none !important;
}
.calendar-agenda-today {
background-color: rgba(74, 144, 226, 0.06);
}