Merge pull request #2971 from mwalbeck/issues/2679/2

Fix right border on today not being visible in month and week view when using Firefox, again
This commit is contained in:
Christoph Wurst 2021-06-11 10:07:41 +02:00 committed by GitHub
commit 054b64cb59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;