From adaf53fa3bdc7cb4aeafb1778d287a062e803aeb Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Mon, 5 Mar 2012 18:02:35 +0000 Subject: other colors for "rejected" --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index b237fbd..a6cc937 100644 --- a/index.php +++ b/index.php @@ -286,7 +286,7 @@ header(sprintf('X-BS-Buildtime-Average: %5.2f', $buildtime_avg)); tr { background: transparent; } tr.uploaded { background: #bbffbb; } tr.failure { background: #ffbbbb; } - tr.rejected { background: #B68A8A; } + tr.rejected { background: #FFFFE0; } tr.todo { background: white; } tr.building { background: #ffff99; } tr.partial { background: #bbbbff; } @@ -294,7 +294,7 @@ header(sprintf('X-BS-Buildtime-Average: %5.2f', $buildtime_avg)); td.status-box { width: 1em; height: 1em; } tr.uploaded td.status-box { background: green; } tr.failure td.status-box { background: red; } - tr.rejected td.status-box { background: brown; } + tr.rejected td.status-box { background: orange; } tr.todo td.status-box { background: white; } tr.building td.status-box { background: yellow; } tr.partial td.status-box { background: blue; } -- cgit v1.2.1