mirror of
https://github.com/zadam/trilium.git
synced 2025-12-02 05:24:23 +01:00
style/calendar collection/list view: fix dot colors
This commit is contained in:
parent
3051664228
commit
b4a6356724
@ -170,4 +170,11 @@ body.desktop:not(.zen) .calendar-view .calendar-header {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* List view */
|
||||||
|
|
||||||
|
.fc-list-table .fc-list-event-dot {
|
||||||
|
/* Apply note colors to the list item dots */
|
||||||
|
--fc-event-border-color: var(--custom-color);
|
||||||
|
}
|
||||||
|
|
||||||
/* #endregion */
|
/* #endregion */
|
||||||
Loading…
x
Reference in New Issue
Block a user