mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Initial Integration of fullcalendar.io JS library, currently can see listed events
This commit is contained in:
33
vendor/fullcalendar/bootstrap/main.css
vendored
Normal file
33
vendor/fullcalendar/bootstrap/main.css
vendored
Normal 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; }
|
||||
Reference in New Issue
Block a user