summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-11-15 19:44:15 +0100
committerlpsolit%gmail.com <>2006-11-15 19:44:15 +0100
commit74235ea97048fc85ff7f354e9f9a8ce2b1fa2127 (patch)
tree0011646c2a0e13b5e8c0e293e0cb89f8e96e2d0d /skins
parent9b1749e4fab6dce06687b3610ee6fa049cf2c8f2 (diff)
downloadbugzilla-74235ea97048fc85ff7f354e9f9a8ce2b1fa2127.tar.gz
bugzilla-74235ea97048fc85ff7f354e9f9a8ce2b1fa2127.tar.xz
Bug 274951: Improve the contrast for enhancement bugs in buglists - Patch by Wayne Mery "WSM" <vseerror@lehigh.edu> r=LpSolit a=justdave
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/buglist.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css
index 269f7427e..dc3db0e10 100644
--- a/skins/standard/buglist.css
+++ b/skins/standard/buglist.css
@@ -34,7 +34,7 @@
/* Style bug rows according to severity. */
.bz_blocker { color: red; font-weight: bold; }
.bz_critical { color: red; }
-.bz_enhancement { color: #888; background-color: white; }
+.bz_enhancement { color: #666; background-color: white; }
/* Align columns in the "change multiple bugs" form to the right. */
table#form tr th { text-align: right; }