aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/css/cdav_calendar.css4
-rw-r--r--view/tpl/cdav_calendar.tpl2
2 files changed, 5 insertions, 1 deletions
diff --git a/view/css/cdav_calendar.css b/view/css/cdav_calendar.css
index 3e874a07e..2deff683c 100644
--- a/view/css/cdav_calendar.css
+++ b/view/css/cdav_calendar.css
@@ -25,3 +25,7 @@ main.fullscreen .fc td:last-child {
.fc-unthemed .fc-popover {
border-color: #ccc !important;
}
+
+.fc-list-view {
+ border-width: 0px;
+}
diff --git a/view/tpl/cdav_calendar.tpl b/view/tpl/cdav_calendar.tpl
index 82413ab67..a577e3120 100644
--- a/view/tpl/cdav_calendar.tpl
+++ b/view/tpl/cdav_calendar.tpl
@@ -7,7 +7,7 @@ var views = {'dayGridMonth' : '{{$month}}', 'timeGridWeek' : '{{$week}}', 'timeG
$(document).ready(function() {
var calendarEl = document.getElementById('calendar');
calendar = new FullCalendar.Calendar(calendarEl, {
- plugins: [ 'interaction', 'dayGrid', 'timeGrid' ],
+ plugins: [ 'interaction', 'dayGrid', 'timeGrid', 'list' ],
eventSources: [ {{$sources}} ],
timeZone: '{{$timezone}}',