mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Calendar Panel: Popup Style (#5895)
This commit is contained in:
parent
67a3f5d87b
commit
18a3f212f3
@ -323,6 +323,14 @@ class HAFullCalendar extends LitElement {
|
|||||||
font-family: var(--material-font-family);
|
font-family: var(--material-font-family);
|
||||||
content: "X";
|
content: "X";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fc-popover {
|
||||||
|
background-color: var(--primary-background-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fc-popover-header {
|
||||||
|
background-color: var(--secondary-background-color) !important;
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user