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