diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2024-07-25 14:20:58 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-07-25 17:56:47 +0200 |
commit | 2ce1d3783184ecc637d8e9be997a42e1c78a908e (patch) | |
tree | 9806b2f6a4eaf9651c5119d1d26bf451249c3966 /test | |
parent | e9a542321fc1f455b8627e03806936abb5663154 (diff) | |
download | passt-2ce1d3783184ecc637d8e9be997a42e1c78a908e.tar passt-2ce1d3783184ecc637d8e9be997a42e1c78a908e.tar.gz passt-2ce1d3783184ecc637d8e9be997a42e1c78a908e.tar.bz2 passt-2ce1d3783184ecc637d8e9be997a42e1c78a908e.tar.lz passt-2ce1d3783184ecc637d8e9be997a42e1c78a908e.tar.xz passt-2ce1d3783184ecc637d8e9be997a42e1c78a908e.tar.zst passt-2ce1d3783184ecc637d8e9be997a42e1c78a908e.zip |
test/lib/perf_report: Fix highlight
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test')
-rwxr-xr-x | test/lib/perf_report | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/perf_report b/test/lib/perf_report index 4d79fa2..d1ef50b 100755 --- a/test/lib/perf_report +++ b/test/lib/perf_report @@ -56,7 +56,7 @@ table.pasta_local th { text-align: center; font-weight: bold; } table.pasta_local tr:not(:first-of-type) td:not(:first-of-type) { font-family: monospace; font-weight: bolder; } table.pasta_local tr:nth-child(3n+0) { background-color: #112315; } table.pasta_local tr:not(:nth-child(3n+0)) td { background-color: #101010; } -table.pasta_local td:nth-child(3n+2) { background-color: #603302; } +table.pasta_local td:nth-child(4n+2) { background-color: #603302; } table.pasta_local tr:nth-child(1) { background-color: #363e61; } table.pasta td { border: 0px solid; padding: 6px; line-height: 1; } table.pasta td { text-align: right; } |