summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2011-01-13 11:12:27 +0000
committerPascal Terjan <pterjan@mageia.org>2011-01-13 11:12:27 +0000
commitc5dd020c13c400ddb96a882565e4738b07c2178d (patch)
tree7288633b56478bc0ef09fe1cc4b93967e52fb8ea /index.php
parent3afcccba7d18990dd51f03b94b981127cc4a601e (diff)
downloadpkgsubmit-c5dd020c13c400ddb96a882565e4738b07c2178d.tar
pkgsubmit-c5dd020c13c400ddb96a882565e4738b07c2178d.tar.gz
pkgsubmit-c5dd020c13c400ddb96a882565e4738b07c2178d.tar.bz2
pkgsubmit-c5dd020c13c400ddb96a882565e4738b07c2178d.tar.xz
pkgsubmit-c5dd020c13c400ddb96a882565e4738b07c2178d.zip
Lighter background for partial
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 dbe4e47..4e5d7df 100644
--- a/index.php
+++ b/index.php
@@ -84,7 +84,7 @@ tr.uploaded { background: #ddffdd; }
tr.failure, tr.rejected { background: #ffdddd; }
tr.todo { background: white; }
tr.building { background: #ffffdd; }
-tr.partial { background: blue; }
+tr.partial { background: #aaaaff; }
tr.built { background: #00CCFF; }
tr.youri { background: olive; }