css media type print using background-color in chrome

前端 未结 4 1804
情深已故
情深已故 2020-12-15 05:29

I am using the background-color property in CSS media type print.

The problem is that Google Chrome does not show background-colo

4条回答
  •  生来不讨喜
    2020-12-15 05:59

    I tried for hours using the ideas suggested but none worked. I needed to use !important

    Somehow chrome must be deferring to a different background-color statement.

    background-color:red !important

提交回复
热议问题