calendar now indicator
This commit is contained in:
@@ -591,6 +591,7 @@ define('crm:views/calendar/calendar', ['view', 'lib!full-calendar'], function (D
|
||||
timezone: this.getDateTime().timeZone,
|
||||
longPressDelay: 300,
|
||||
eventColor: this.colors[''],
|
||||
nowIndicator: true,
|
||||
windowResize: () => {
|
||||
this.adjustSize();
|
||||
},
|
||||
|
||||
@@ -95,6 +95,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
body .fc-now-indicator {
|
||||
border: 0 solid var(--brand-danger);
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.fc-today.fc-day-header > span,
|
||||
.fc-today > .fc-day-number {
|
||||
color: var(--state-warning-text);
|
||||
|
||||
Reference in New Issue
Block a user