]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 274951: Improve the contrast for enhancement bugs in buglists - Patch by Wayne...
authorlpsolit%gmail.com <>
Wed, 15 Nov 2006 18:44:15 +0000 (18:44 +0000)
committerlpsolit%gmail.com <>
Wed, 15 Nov 2006 18:44:15 +0000 (18:44 +0000)
skins/standard/buglist.css

index 269f7427e1d4ea898edbfc9c0ebd526b6b1c3931..dc3db0e101f0387814f3e7ee99cd902d75ee27d7 100644 (file)
@@ -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; }