css - Drupal 7 print.less editing issue -


drupal 7

bootstrap module installed sites/all/libraries/bootstrap/

i'm running issue editing css style page printing. when looking @ css through chrome dev tools shows css file: sites/all/libraries/bootstrap/css/less/print.less, file not exist. adding css style can't unset , need changed. when grep css causing me issues turns in: sites/all/libraries/bootstrap/bootstrap.min.css.map, when edit css in file not change.

i have cleared cache using button in development > performance , using drush cc all, css not update.

i have tried adding less/print.less folder/file in hopes override, no success.

the specific css causing me problems this:

*, *:before, *:after { background: transparent !important; color: #000 !important; // black prints faster: h5bp.com/s box-shadow: none !important; text-shadow: none !important; }

the !important tag on background messing me up.

if tip me off how edit print.less i'd obliged.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -