From: lpsolit%gmail.com <> Date: Wed, 15 Nov 2006 18:44:15 +0000 (+0000) Subject: Bug 274951: Improve the contrast for enhancement bugs in buglists - Patch by Wayne... X-Git-Tag: bugzilla-2.23.4~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74235ea97048fc85ff7f354e9f9a8ce2b1fa2127;p=thirdparty%2Fbugzilla.git Bug 274951: Improve the contrast for enhancement bugs in buglists - Patch by Wayne Mery "WSM" r=LpSolit a=justdave --- diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index 269f7427e1..dc3db0e101 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; }