Initial Integration of fullcalendar.io JS library, currently can see listed events

This commit is contained in:
root
2019-05-29 20:05:55 -04:00
parent 4b86947dd7
commit f1ee97670c
103 changed files with 20489 additions and 67 deletions

33
vendor/fullcalendar/bootstrap/main.css vendored Normal file
View File

@@ -0,0 +1,33 @@
/*!
FullCalendar Bootstrap Plugin v4.1.0
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw
*/
.fc.fc-bootstrap a {
text-decoration: none; }
.fc.fc-bootstrap a[data-goto]:hover {
text-decoration: underline; }
.fc-bootstrap hr.fc-divider {
border-color: inherit; }
.fc-bootstrap .fc-today.alert {
border-radius: 0; }
.fc-bootstrap a.fc-event:not([href]):not([tabindex]) {
color: #fff; }
.fc-bootstrap .fc-popover.card {
position: absolute; }
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap .fc-popover .card-body {
padding: 0; }
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap .fc-time-grid .fc-slats table {
/* some themes have background color. see through to slats */
background: none; }