mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-08-04 12:53:58 +08:00
33 lines
683 B
CSS
33 lines
683 B
CSS
/*!
|
|
* <%= meta.title %> v<%= meta.version %> Print Stylesheet
|
|
* Docs & License: <%= meta.homepage %>
|
|
* (c) <%= meta.copyright %>
|
|
*/
|
|
|
|
/*
|
|
* Include this stylesheet on your page to get a more printer-friendly calendar.
|
|
* When including this stylesheet, use the media='print' attribute of the <link> tag.
|
|
* Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
|
|
*/
|
|
|
|
|
|
/* Events
|
|
-----------------------------------------------------*/
|
|
|
|
.fc-event {
|
|
background: #fff !important;
|
|
color: #000 !important;
|
|
}
|
|
|
|
/* for vertical events */
|
|
|
|
.fc-event-bg {
|
|
display: none !important;
|
|
}
|
|
|
|
.fc-event .ui-resizable-handle {
|
|
display: none !important;
|
|
}
|
|
|
|
|