CSS partially not applying
See original GitHub issueHello!
Thanks for this wonderful module.
I noticed that when I apply:
thead { background: lightgrey!important; }
But tables render without the background color for the headings. Note that other css (same stylesheet) is rendering just fine, and I assume that the !important overrides directives inside the template.
Is this a known issue?
Issue Analytics
- State:
- Created 6 years ago
- Comments:5
Top Results From Across the Web
Complete list of reasons why a css file might not be working
3. The URL you're using inside your HTML link tag may be unaccessable, so manually try to visit the stylesheet with a browser...
Read more >How to Troubleshoot CSS Not Working - WPForms
In this tutorial, we'll walk through options to troubleshoot why your CSS is not working and offer possible solutions. Browser Caching.
Read more >css not working in partial view ...help ? - MSDN
I am using latest .Net core MVC. ... Now in my Items.cshtml view, i need to use that style css ....but seems like...
Read more >Help! My CSS Isn't Working! - meyerweb.com
css, which you're importing into HTML documents. Don't do this! You need the STYLE tag when you're embedding a stylesheet in an HTML...
Read more >Solved: Help with CSS partially not working - Splunk Community
Solved: I am trying to hide RED, GREEN and YELLOW, but the xml css is not working for me. #tbl_Summary tbody td.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

From doc:
Try to set printBackground to true
thanks, my bad:)