mirror of https://github.com/ColorlibHQ/gentelella
Updated FullCalendar
parent
6c019d2c07
commit
cda57d72ed
10
README.md
10
README.md
|
@ -3,7 +3,13 @@
|
|||
Gentellela Admin is a free to use Bootstrap admin template.
|
||||
This template uses the default Bootstrap 3 styles along with a variety of powerful jQuery plugins and tools to create a powerful framework for creating admin panels or back-end dashboards.
|
||||
|
||||
|
||||
## License information
|
||||
Gentellela is licensed under The MIT License (MIT).
|
||||
|
||||
Project is supported and maintained by [Colorlib](https://colorlib.com/ "Colorlib - Make Your Firs Blog")
|
||||
Project is supported and maintained by [Colorlib](https://colorlib.com/ "Colorlib - Make Your Firs Blog").
|
||||
|
||||
|
||||
## Scripts included:
|
||||
* Bootstrap
|
||||
* Font Awesome
|
||||
* jQuery-Autocomplete
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
/*!
|
||||
* FullCalendar v2.2.6 Print Stylesheet
|
||||
* Docs & License: http://arshaw.com/fullcalendar/
|
||||
* (c) 2013 Adam Shaw
|
||||
* FullCalendar v2.6.1 Print Stylesheet
|
||||
* Docs & License: http://fullcalendar.io/
|
||||
* (c) 2015 Adam Shaw
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -42,11 +42,17 @@ tbody,
|
|||
background: #fff !important;
|
||||
}
|
||||
|
||||
/* kill the overlaid, absolutely-positioned common components */
|
||||
/* kill the overlaid, absolutely-positioned components */
|
||||
/* common... */
|
||||
.fc-bg,
|
||||
.fc-bgevent-skeleton,
|
||||
.fc-highlight-skeleton,
|
||||
.fc-helper-skeleton {
|
||||
.fc-helper-skeleton,
|
||||
/* for timegrid. within cells within table skeletons... */
|
||||
.fc-bgevent-container,
|
||||
.fc-business-container,
|
||||
.fc-highlight-container,
|
||||
.fc-helper-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue