Posts by Philippe • 21 points
2 posts
-
1
votes1
answer435
viewsA: Imprint striped table using bootstrap 3 and css3
I did it! I changed my code to: @media print { tr:nth-child(even) td{ background-color: red !important; -webkit-print-color-adjust: exact; } } As you can see here:…
-
1
votes1
answer435
viewsQ: Imprint striped table using bootstrap 3 and css3
I have a report in which I have a table with many lines. But when I have the colors of the bootstrap striped table printed they don’t appear in the print. I can print the colors on the columns, as…