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 {
|
td.excluded {
|
||||||
background-color: #fecfcfff;
|
background-color: #fecfcfff;
|
||||||
|
color-adjust: exact;
|
||||||
|
-webkit-print-color-adjust: exact;
|
||||||
}
|
}
|
||||||
td.elected {
|
td.elected {
|
||||||
background-color: #d1fca7ff;
|
background-color: #d1fca7ff;
|
||||||
|
color-adjust: exact;
|
||||||
|
-webkit-print-color-adjust: exact;
|
||||||
}
|
}
|
||||||
tr.info td {
|
tr.info td {
|
||||||
background-color: #edededff;
|
background-color: #edededff;
|
||||||
|
color-adjust: exact;
|
||||||
|
-webkit-print-color-adjust: exact;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
Reference in New Issue
Block a user