summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-03-05 17:52:58 +0000
committerRomain d'Alverny <rda@mageia.org>2012-03-05 17:52:58 +0000
commit7e5d69fcbf652e7bfe6880f1c225f7a1b0255f2a (patch)
tree11e965545a2584d1b9792ca58bf371030fd5ae6e /index.php
parentdbbb1feebd74e38c0075911795e285c7b0864bc0 (diff)
downloadpkgsubmit-7e5d69fcbf652e7bfe6880f1c225f7a1b0255f2a.tar
pkgsubmit-7e5d69fcbf652e7bfe6880f1c225f7a1b0255f2a.tar.gz
pkgsubmit-7e5d69fcbf652e7bfe6880f1c225f7a1b0255f2a.tar.bz2
pkgsubmit-7e5d69fcbf652e7bfe6880f1c225f7a1b0255f2a.tar.xz
pkgsubmit-7e5d69fcbf652e7bfe6880f1c225f7a1b0255f2a.zip
restore previous failure bg color
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index ea9c3d8..b237fbd 100644
--- a/index.php
+++ b/index.php
@@ -285,7 +285,7 @@ header(sprintf('X-BS-Buildtime-Average: %5.2f', $buildtime_avg));
tr { background: transparent; }
tr.uploaded { background: #bbffbb; }
- tr.failure { background: #cc8888; }
+ tr.failure { background: #ffbbbb; }
tr.rejected { background: #B68A8A; }
tr.todo { background: white; }
tr.building { background: #ffff99; }