diff --git a/src/root/common.tt b/src/root/common.tt index eeaa2644..f89074a3 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -61,7 +61,7 @@ [% BLOCK renderBuildList %] - +
[% IF !hideResultInfo %] diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css index 0a7dd906..ed825d61 100644 --- a/src/root/static/css/hydra.css +++ b/src/root/static/css/hydra.css @@ -41,11 +41,11 @@ th { background-color:#E6EEEE; } -table.tablesorter tr:nth-child(even) { +table.tablesorter:not(.clean) tr:nth-child(even) { background-color: #efefef; } -table.tablesorter tr:nth-child(odd) { +table.tablesorter:not(.clean) tr:nth-child(odd) { background-color: #ffffff; }