summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Lerch <rlerch@redhat.com>2011-11-10 10:45:22 +1000
committerRyan Lerch <rlerch@redhat.com>2011-11-10 10:45:22 +1000
commitd584512b65732019dfd1653c2e4516394294d5a5 (patch)
tree37c2e2a6163cb936a79e01335428260eec1c947d
parent8c4162ae104db04d6ba864abe7fa5ff5e9b3eb67 (diff)
downloadkoji-theme-fedora-d584512b65732019dfd1653c2e4516394294d5a5.tar.gz
koji-theme-fedora-d584512b65732019dfd1653c2e4516394294d5a5.tar.xz
koji-theme-fedora-d584512b65732019dfd1653c2e4516394294d5a5.zip
fixed up the tasks so they no longer have a black line through them
-rw-r--r--www/static/koji.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/static/koji.css b/www/static/koji.css
index bf8e738..46ce7d4 100644
--- a/www/static/koji.css
+++ b/www/static/koji.css
@@ -435,21 +435,27 @@ tr.row-even td.tree span.treeLabel {
.taskfree, .taskfree:visited, .taskfree:hover {
color: #3300CC;
+ background-color:#fff;
}
.taskopen, .taskopen:visited, .taskopen:hover {
color: #FF6600;
+ background-color:#fff;
}
.taskclosed, .taskclosed:visited, .taskclosed:hover {
color: #00CC00;
+ background-color:#fff;
}
.taskcanceled, .taskcanceled:visited, .taskcanceled:hover {
color: #CC9900;
+ background-color:#fff;
}
.taskassigned, .taskassigned:visited, .taskassigned:hover {
color: #CC00FF;
+ background-color:#fff;
}
.taskfailed, .taskfailed:visited, .taskfailed:hover {
color: #CC0000;
+ background-color:#fff;
}
a.help {