forked from extern/egroupware
Calendar: Fix custom alarm time did not show calendar for date
This commit is contained in:
parent
5760c5049f
commit
7b8850cd78
@ -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{
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user