SyntaxFix
Write A Post
Hire A Developer
Questions
Below works for first tr of the table under thead
tr
thead
table thead tr:first-child { background: #f2f2f2; }
And this works for the first tr of thead and tbody both:
tbody
table thead tbody tr:first-child { background: #f2f2f2; }