Calendar: Fix custom alarm time did not show calendar for date

This commit is contained in:
nathan 2023-03-07 11:11:16 -07:00
parent 5760c5049f
commit 7b8850cd78
3 changed files with 3 additions and 3 deletions

View File

@ -653,7 +653,7 @@ Hide subsequent headers in week view with non-consolidated owners
/* alarm_date widget disabled class
*/
.calendar_alarm_date_display {
display: none !important;
display: none;
}
/*overwirte margin applied by egwGridView*/
.calendar_alarm_grid{

View File

@ -654,7 +654,7 @@ Hide subsequent headers in week view with non-consolidated owners
/* alarm_date widget disabled class
*/
.calendar_alarm_date_display {
display: none !important;
display: none;
}
/*overwirte margin applied by egwGridView*/
.calendar_alarm_grid {

View File

@ -642,7 +642,7 @@ Hide subsequent headers in week view with non-consolidated owners
/* alarm_date widget disabled class
*/
.calendar_alarm_date_display {
display: none !important;
display: none;
}
/*overwirte margin applied by egwGridView*/
.calendar_alarm_grid {