Adjust formatting of detailed transfers table in web UI
This commit is contained in:
parent
59f79444e8
commit
b05e0e06f2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user