mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Use rounded corners for calendar (#14525)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
ecdd07ff4d
commit
8699f3e3a8
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user