style/calendar collection/list view: use separate style for the archived events

This commit is contained in:
Adorian Doran 2025-12-01 14:13:23 +02:00
parent f906fb9b4c
commit 08a6d36153

View File

@ -172,6 +172,10 @@ body.desktop:not(.zen) .calendar-view .calendar-header {
/* List view */ /* List view */
.fc-list-table tr.fc-event.archived {
opacity: .5;
}
.fc-list-table .fc-list-event-dot { .fc-list-table .fc-list-event-dot {
/* Apply note colors to the list item dots */ /* Apply note colors to the list item dots */
--fc-event-border-color: var(--custom-color); --fc-event-border-color: var(--custom-color);