From 74235ea97048fc85ff7f354e9f9a8ce2b1fa2127 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 15 Nov 2006 18:44:15 +0000 Subject: Bug 274951: Improve the contrast for enhancement bugs in buglists - Patch by Wayne Mery "WSM" r=LpSolit a=justdave --- skins/standard/buglist.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins/standard/buglist.css') 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; } -- cgit v1.2.3-24-g4f1b