Increase size of now indicators for better visibility

This commit is contained in:
Adam Goldsmith 2021-11-17 18:41:31 -05:00
parent e02bb1630e
commit 78f07ca745

View File

@ -9,3 +9,15 @@
.fc .fc-timegrid-now-indicator-container {
overflow: initial;
}
.fc .fc-timegrid-now-indicator-line {
border-color: rgba(255, 0, 0, .4);
border-top-width: 1px;
border-top-color: red;
border-bottom-width: 9px;
}
.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
border-width: 10px 0 10px 11px;
margin-top: -10px;
}