diff options
Diffstat (limited to 'apps/calendar/index.php')
-rw-r--r-- | apps/calendar/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/calendar/index.php b/apps/calendar/index.php index 9584e62e449..5f37d67a707 100644 --- a/apps/calendar/index.php +++ b/apps/calendar/index.php @@ -19,7 +19,8 @@ $eventSources = array(); foreach($calendars as $calendar){ $eventSources[] = array( 'url' => 'ajax/events.php?calendar_id='.$calendar['id'], - 'color' => '#'.$calendar['calendarcolor'], + 'backgroundColor' => '#'.$calendar['calendarcolor'], + 'borderColor' => '#888', 'textColor' => 'black', ); } |