Override `background: transparent !important` in Twitter Bootstrap CSS

前端 未结 2 1250
广开言路
广开言路 2021-01-12 09:54

Have an application that draws divs with background color as its graphics.
These divs appear fine on screen but the divs disappear when printin

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-12 10:23

    To keep the bootstrap.css untouched this is a way to win the 'who overwriting css slam' by inject media print css with jquery at bottom of head ...

    
    
    
        
        CssTest
        
        
    
    
        

    HELLO
    HELLO
    HELLO

提交回复
热议问题