diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-04-06 16:10:50 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-04-06 16:10:50 +0200 |
commit | 767a1711ff4cfafe1c81c6f1b73d10f55e2173c3 (patch) | |
tree | d6e575e88abe02db5edb51fe51a6c50c80a4014a /view/css | |
parent | 3007009fab9a3257de14cb3de70f85c836be67ae (diff) | |
download | volse-hubzilla-767a1711ff4cfafe1c81c6f1b73d10f55e2173c3.tar.gz volse-hubzilla-767a1711ff4cfafe1c81c6f1b73d10f55e2173c3.tar.bz2 volse-hubzilla-767a1711ff4cfafe1c81c6f1b73d10f55e2173c3.zip |
enable list views
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/cdav_calendar.css | 4 |
1 files changed, 4 insertions, 0 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; +} |