mirror of
https://github.com/zadam/trilium.git
synced 2025-12-02 05:24:23 +01:00
style/calendar collection/list view: use separate style for the archived events
This commit is contained in:
parent
f906fb9b4c
commit
08a6d36153
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user