mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Edit Calendar Event Now Works, now you can create calendars and select a color, added bootstrap select to add additnal html content to select boxes and make them look prettier
This commit is contained in:
@@ -32,13 +32,15 @@
|
||||
<link href="css/sb-admin.css" rel="stylesheet" type="text/css">
|
||||
<link href="vendor/datepicker/build/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" type="text/css">
|
||||
|
||||
|
||||
<!-- Custom Style Sheet -->
|
||||
<link href="css/style.css" rel="stylesheet" type="text/css">
|
||||
|
||||
<link href="vendor/bootstrap-select/css/bootstrap-select.min.css" rel="stylesheet" type="text/css">
|
||||
<link href='vendor/fullcalendar/core/main.min.css' rel='stylesheet' />
|
||||
<link href='vendor/fullcalendar/daygrid/main.min.css' rel='stylesheet' />
|
||||
<link href='vendor/fullcalendar/timegrid/main.min.css' rel='stylesheet' />
|
||||
<link href='vendor/fullcalendar/list/main.min.css' rel='stylesheet' />
|
||||
<link href='vendor/fullcalendar/bootstrap/main.min.css' rel='stylesheet' />
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user