Fix right border on today not being visible in month and week view when using Firefox without breaking editing of existing events

Signed-off-by: Magnus Walbeck <mw@mwalbeck.org>
This commit is contained in:
Magnus Walbeck 2021-03-24 16:06:51 +01:00
parent b1713b746f
commit 0d07d56e47
No known key found for this signature in database
GPG Key ID: CCB78CFF3F950769
1 changed files with 6 additions and 0 deletions

View File

@ -96,6 +96,12 @@
}
}
// Fix right border on today not being visible in month and week view when using Firefox
.fc .fc-daygrid-day.fc-day-today,
.fc .fc-timegrid-col.fc-day-today {
background-color: unset !important;
}
// ### FullCalendar Event adjustments
.fc-event {
padding-left: 3px;