summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-03-05 18:02:35 +0000
committerRomain d'Alverny <rda@mageia.org>2012-03-05 18:02:35 +0000
commitadaf53fa3bdc7cb4aeafb1778d287a062e803aeb (patch)
treea2625c45d54ca0f1ca3199045b053a741375f7b2 /index.php
parent7e5d69fcbf652e7bfe6880f1c225f7a1b0255f2a (diff)
downloadpkgsubmit-adaf53fa3bdc7cb4aeafb1778d287a062e803aeb.tar
pkgsubmit-adaf53fa3bdc7cb4aeafb1778d287a062e803aeb.tar.gz
pkgsubmit-adaf53fa3bdc7cb4aeafb1778d287a062e803aeb.tar.bz2
pkgsubmit-adaf53fa3bdc7cb4aeafb1778d287a062e803aeb.tar.xz
pkgsubmit-adaf53fa3bdc7cb4aeafb1778d287a062e803aeb.zip
other colors for "rejected"
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
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; }