Skip to content

Instantly share code, notes, and snippets.

@ChromeOrange
Last active May 15, 2021 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChromeOrange/3a95922f52cb2c7140d97894217bd264 to your computer and use it in GitHub Desktop.
Save ChromeOrange/3a95922f52cb2c7140d97894217bd264 to your computer and use it in GitHub Desktop.
Add background colours to the PDF Invoice product lines
.orderdetails {
border-collapse:collapse;
}
.ordercontent {
border-collapse:collapse;
}
.pdf_table_row_heading {
color: #FFF;
background-color:#000;
}
.pdf_table_cell_heading {
padding: 4px 0;
}
.pdf_table_row_even {
background: #CACACA;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment