@@ -1674,6 +1674,11 @@ th.only-screen, td.only-screen {
overflow-x: hidden !important;
}
+.stag-fc-container .fc-toolbar-title .tz-display {
+ font-size: inherit;
+ font-family: inherit;
+}
+
.caremonth-measurements-calendar .fc-event.m-weight {
background: #38908f;
color: #fff;
@@ -684,6 +684,13 @@
}, 250);
@endif
+ setTimeout(() => {
+ $('.fc-toolbar-title .tz-display').remove();
+ $('<span/>')
+ .addClass('pl-2 tz-display text-secondary')
+ .text('(Timezone: ' + this.timezone + ')')
+ .appendTo($('.fc-toolbar-title'));
+ }, 0);
},
dateStr: function(_dateTime) {
return _dateTime.getFullYear() + "-" +