fullcalendar.print.css 668 B

1234567891011121314151617181920212223242526272829303132
  1. /*!
  2. * FullCalendar v2.0.2 Print Stylesheet
  3. * Docs & License: http://arshaw.com/fullcalendar/
  4. * (c) 2013 Adam Shaw
  5. */
  6. /*
  7. * Include this stylesheet on your page to get a more printer-friendly calendar.
  8. * When including this stylesheet, use the media='print' attribute of the <link> tag.
  9. * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
  10. */
  11. /* Events
  12. -----------------------------------------------------*/
  13. .fc-event {
  14. background: #fff !important;
  15. color: #000 !important;
  16. }
  17. /* for vertical events */
  18. .fc-event-bg {
  19. display: none !important;
  20. }
  21. .fc-event .ui-resizable-handle {
  22. display: none !important;
  23. }