mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 05:49:22 +00:00
Update
This commit is contained in:
parent
983f26fee5
commit
ad37bdb121
@ -684,3 +684,14 @@ img[src$="groups_logo/default.png"] {
|
|||||||
.posts-target-picker > div:hover {
|
.posts-target-picker > div:hover {
|
||||||
background-color: var(--black4);
|
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);
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user