Force printing of background colours in results table

This commit is contained in:
RunasSudo 2021-01-11 00:38:20 +11:00
parent 22ebecc86d
commit b6c9eb73ad
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 6 additions and 0 deletions

View File

@ -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 {