Adjust formatting of detailed transfers table in web UI

This commit is contained in:
RunasSudo 2021-09-13 03:42:53 +10:00
parent 59f79444e8
commit b05e0e06f2
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 5 additions and 1 deletions

View File

@ -143,6 +143,9 @@ table.transfers tr:first-child td, table.transfers tr:nth-last-child(2) td, tabl
table.transfers tr:first-child td {
font-weight: 600;
}
table.transfers tr:first-child td, table.transfers tr:nth-last-child(2) td, .transfers tr:last-child td {
background-color: #f0f5fb;
}
/* Table stripes */
@ -164,7 +167,8 @@ tr.candidate.votes td.excluded:nth-child(odd) {
}
tr.info.stage-kind td:nth-child(odd),
tr.info.transfers td:nth-child(even),
tr.info.votes td:nth-child(odd) {
tr.info.votes td:nth-child(odd),
table.transfers tr:first-child td:nth-child(even), table.transfers tr:nth-last-child(2) td:nth-child(even), .transfers tr:last-child td:nth-child(even) {
background-color: #e8eef7;
}