Use rounded corners for calendar (#14525)

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Philip Allgaier 2022-12-05 20:59:09 +01:00 committed by GitHub
parent ecdd07ff4d
commit 8699f3e3a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -478,6 +478,12 @@ export class HAFullCalendar extends LitElement {
.fc-theme-standard .fc-scrollgrid {
border: 1px solid var(--divider-color);
border-radius: var(--mdc-shape-small, 4px);
}
.fc-theme-standard td {
border-bottom-left-radius: var(--mdc-shape-small, 4px);
border-bottom-right-radius: var(--mdc-shape-small, 4px);
}
.fc-scrollgrid-section-header td {