Style more event popover

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2020-01-20 14:34:23 +01:00
parent b6a554cfb7
commit 25214b020e
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
1 changed files with 11 additions and 0 deletions

View File

@ -199,3 +199,14 @@
.fc-content {
background-color: inherit;
}
.fc-popover.fc-more-popover {
border-color: var(--color-border-dark) !important;
> .fc-header.fc-widget-header,
> .fc-body.fc-widget-content {
background-color: var(--color-main-background);
}
}