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

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -