question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CSS partially not applying

See original GitHub issue

Hello!

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:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
perusopersonalecommented, Feb 5, 2018

From doc:

options.options.printBackground

Type: Boolean Default value: false

Whether to print CSS backgrounds.

Try to set printBackground to true

0reactions
perusopersonalecommented, Feb 7, 2018

thanks, my bad:)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found