mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:57 +01:00
Calendar: Fix custom alarm time did not show calendar for date
This commit is contained in:
parent
5e70ffdf21
commit
63f9a179b5
@ -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