Force printing of background colours in results table
This commit is contained in:
parent
22ebecc86d
commit
b6c9eb73ad
@ -74,12 +74,18 @@ tr:first-child td {
|
||||
}
|
||||
td.excluded {
|
||||
background-color: #fecfcfff;
|
||||
color-adjust: exact;
|
||||
-webkit-print-color-adjust: exact;
|
||||
}
|
||||
td.elected {
|
||||
background-color: #d1fca7ff;
|
||||
color-adjust: exact;
|
||||
-webkit-print-color-adjust: exact;
|
||||
}
|
||||
tr.info td {
|
||||
background-color: #edededff;
|
||||
color-adjust: exact;
|
||||
-webkit-print-color-adjust: exact;
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
Reference in New Issue
Block a user