Blame view
sources/3rdparty/fullcalendar/css/fullcalendar.print.css
668 Bytes
|
31b7f2792
|
1 2 3 4 5 |
/*! * FullCalendar v1.6.1 Print Stylesheet * Docs & License: http://arshaw.com/fullcalendar/ * (c) 2013 Adam Shaw */ |
|
03e52840d
|
6 |
/* |
|
03e52840d
|
7 8 9 |
* 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. |
|
03e52840d
|
10 11 12 13 14 15 |
*/ /* Events -----------------------------------------------------*/ |
|
31b7f2792
|
16 17 |
.fc-event {
background: #fff !important;
|
|
03e52840d
|
18 19 20 |
color: #000 !important; } |
|
31b7f2792
|
21 |
/* for vertical events */ |
|
03e52840d
|
22 23 24 25 26 27 28 29 30 31 |
.fc-event-bg {
display: none !important;
}
.fc-event .ui-resizable-handle {
display: none !important;
}
|