javascript - Print: Background colors missing in FullCalendar -


i using fullcalendar in application. issue facing while doing print of calendar:

orignal view: http://fullcalendar.io/

enter image description here

on printing page (just ctrl+p), colors lost:

enter image description here

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

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -