Sha256: cf114f554e170729b6410a34c1dea05e3a74e1683fecb8d08ef00b8c1168e453
Contents?: true
Size: 731 Bytes
Versions: 35
Compression:
Stored size: 731 Bytes
Contents
/*! * FullCalendar v1.6.4 Print Stylesheet * Docs & License: http://arshaw.com/fullcalendar/ * (c) 2013 Adam Shaw */ /* * 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: #f16e3f !important; color: #fff !important; border:1px solid #f16e3f; } /* for vertical events */ .fc-event-bg { display: none !important; } .fc-event .ui-resizable-handle { display: none !important; }
Version data entries
35 entries across 35 versions & 1 rubygems