From b05e0e06f2ed33f32bcc4aa9fc96a27285d798bc Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Mon, 13 Sep 2021 03:42:53 +1000 Subject: [PATCH] Adjust formatting of detailed transfers table in web UI --- html/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/html/main.css b/html/main.css index 781cdf5..71ed421 100644 --- a/html/main.css +++ b/html/main.css @@ -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; }