javascript - Print: Background colors missing in FullCalendar -
i using fullcalendar in application. issue facing while doing print of calendar:
orignal view: http://fullcalendar.io/
on printing page (just ctrl+p), colors lost:
has else faced issue? there fix it?
if using bootstrap 3, print.css file causes issue
*:after { // background: transparent !important; note: removed fullcalendar printing color: #000 !important; // black prints faster: h5bp.com/s box-shadow: none !important; text-shadow: none !important; }
Comments
Post a Comment