Add primary light background to month week and header

Ref https://github.com/nextcloud/calendar/pull/4540#issuecomment-1257918178

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
Richard Steinmetz 2022-09-27 11:04:37 +02:00
parent 1fba13548e
commit 4af778841d
No known key found for this signature in database
GPG Key ID: 27137D9E7D273FB2
1 changed files with 1 additions and 2 deletions

View File

@ -93,8 +93,6 @@
}
.fc-daygrid-day-top {
background-color: var(--color-main-background);
.fc-daygrid-day-number {
margin: 4px;
width: 24px;
@ -115,6 +113,7 @@
// highlight current day (exclude day view)
.fc-timeGridWeek-view,
.fc-dayGridMonth-view {
.fc-col-header-cell.fc-day-today,
.fc-daygrid-day.fc-day-today,
.fc-timegrid-col.fc-day-today {
background-color: var(--color-primary-light) !important;