calendar now indicator

This commit is contained in:
Yuri Kuznetsov
2022-09-15 12:42:53 +03:00
parent 5feee1cf55
commit bf471e654c
2 changed files with 6 additions and 0 deletions
@@ -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);