Calendar Panel: Popup Style (#5895)

This commit is contained in:
Zack Arnett 2020-05-15 11:22:38 -04:00 committed by GitHub
parent 67a3f5d87b
commit 18a3f212f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -323,6 +323,14 @@ class HAFullCalendar extends LitElement {
font-family: var(--material-font-family);
content: "X";
}
.fc-popover {
background-color: var(--primary-background-color) !important;
}
.fc-popover-header {
background-color: var(--secondary-background-color) !important;
}
`,
];
}