diff --git a/calendar/js/app.js b/calendar/js/app.js index 7b77206fae..292aeffba6 100644 --- a/calendar/js/app.js +++ b/calendar/js/app.js @@ -1064,6 +1064,8 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend( recur_end.set_min(widget.getValue()); } } + // Update currently selected alarm time + this.alarm_custom_date(); }, /** diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 1e6f656949..af7f8df3a0 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -607,7 +607,7 @@ Hide subsequent headers in week view with non-consolidated owners /* alarm_date widget disabled class */ .calendar_alarm_date_display { - display: none; + display: none !important; } /*overwirte margin applied by egwGridView*/ .calendar_alarm_grid{ diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 7a31ea00a4..3929979100 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -341,7 +341,7 @@ Hide subsequent headers in week view with non-consolidated owners width: calc(100% - 58px); margin-left: 58px; color: white; - background-color: #0C5DA5; + background-color: #2D6393; text-align: center; line-height: 1.5em; font-size: 14px; @@ -601,7 +601,7 @@ Hide subsequent headers in week view with non-consolidated owners /* alarm_date widget disabled class */ .calendar_alarm_date_display { - display: none; + display: none !important; } /*overwirte margin applied by egwGridView*/ .calendar_alarm_grid {