From 780ec339e2dc4cc7e0b253659e274b680cc0950b Mon Sep 17 00:00:00 2001 From: 10001shh Date: Wed, 29 Aug 2018 11:37:33 -0500 Subject: [PATCH] minify fullcalendar css --- calendar.html | 2 +- css/fullcalendar.css | 1293 -------------------------------------- css/fullcalendar.min.css | 5 + 3 files changed, 6 insertions(+), 1294 deletions(-) delete mode 100644 css/fullcalendar.css create mode 100644 css/fullcalendar.min.css diff --git a/calendar.html b/calendar.html index 0301bdf7..f882d61a 100644 --- a/calendar.html +++ b/calendar.html @@ -1,7 +1,7 @@ - + diff --git a/css/fullcalendar.css b/css/fullcalendar.css deleted file mode 100644 index 577b69d2..00000000 --- a/css/fullcalendar.css +++ /dev/null @@ -1,1293 +0,0 @@ -/*! - * FullCalendar v3.9.0 - * Docs & License: https://fullcalendar.io/ - * (c) 2018 Adam Shaw - */ -.fc { - direction: ltr; - text-align: left; } - -.fc-rtl { - text-align: right; } - -body .fc { - /* extra precedence to overcome jqui */ - font-size: 1em; } - -/* Colors ---------------------------------------------------------------------------------------------------*/ -.fc-highlight { - /* when user is selecting cells */ - background: #bce8f1; - opacity: .3; } - -.fc-bgevent { - /* default look for background events */ - background: #8fdf82; - opacity: .3; } - -.fc-nonbusiness { - /* default look for non-business-hours areas */ - /* will inherit .fc-bgevent's styles */ - background: #d7d7d7; } - -/* Buttons (styled