src: templates: din-6771: alternate BOM row color

This commit is contained in:
Laurier Loiselle 2023-01-20 18:49:49 -05:00
parent a9329a4a4b
commit efabc8025a
No known key found for this signature in database
GPG Key ID: 345920CC72089A3F

View File

@ -104,6 +104,10 @@
width:180mm; width:180mm;
} }
#bom tr:nth-child(odd) {
background-color: #EEEEEE
}
#bom th, td { #bom th, td {
text-align: left; text-align: left;
} }