From 1f5c49fd8b8aaad32154bf9723f3236ec910b8ad Mon Sep 17 00:00:00 2001 From: "jouni%heikniemi.net" Date: Fri, 10 Jan 2003 08:59:05 +0000 Subject: [PATCH] Bug 142104: Enhancements in buglists should be gray. r=kiko, a=justdave git-svn-id: svn://10.0.0.236/trunk@136152 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/css/buglist.css | 2 +- mozilla/webtools/bugzilla/skins/standard/buglist.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/css/buglist.css b/mozilla/webtools/bugzilla/css/buglist.css index c8a4d13d05a..ab595d85e3f 100644 --- a/mozilla/webtools/bugzilla/css/buglist.css +++ b/mozilla/webtools/bugzilla/css/buglist.css @@ -24,7 +24,7 @@ /* Style bug rows according to severity. */ .bz_blocker { color: red; font-weight: bold; } .bz_critical { color: red; } -.bz_enhancement { font-style: italic; } +.bz_enhancement { color: #888; background-color: white; } /* Style secure bugs if the installation is not using bug groups. * Installations that *are* using bug groups are likely to be using diff --git a/mozilla/webtools/bugzilla/skins/standard/buglist.css b/mozilla/webtools/bugzilla/skins/standard/buglist.css index c8a4d13d05a..ab595d85e3f 100644 --- a/mozilla/webtools/bugzilla/skins/standard/buglist.css +++ b/mozilla/webtools/bugzilla/skins/standard/buglist.css @@ -24,7 +24,7 @@ /* Style bug rows according to severity. */ .bz_blocker { color: red; font-weight: bold; } .bz_critical { color: red; } -.bz_enhancement { font-style: italic; } +.bz_enhancement { color: #888; background-color: white; } /* Style secure bugs if the installation is not using bug groups. * Installations that *are* using bug groups are likely to be using