This commit is contained in:
Pierre HUBERT 2021-04-21 18:49:43 +02:00
parent 983f26fee5
commit ad37bdb121

View File

@ -683,4 +683,15 @@ img[src$="groups_logo/default.png"] {
.posts-target-picker > div:hover {
background-color: var(--black4);
}
/**
* Full calendar
*/
.fc-theme-standard .fc-list-day-cushion {
background-color: var(--black3);
}
.fc .fc-list-event:hover td {
background-color: var(--black3);
}