From: jouni%heikniemi.net <> Date: Fri, 10 Jan 2003 16:59:05 +0000 (+0000) Subject: Bug 142104: Enhancements in buglists should be gray. r=kiko, a=justdave X-Git-Tag: bugzilla-2.17.4~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0932ae81be706564a0e0afb5221ba73157e6efa;p=thirdparty%2Fbugzilla.git Bug 142104: Enhancements in buglists should be gray. r=kiko, a=justdave --- diff --git a/css/buglist.css b/css/buglist.css index c8a4d13d05..ab595d85e3 100644 --- a/css/buglist.css +++ b/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/skins/standard/buglist.css b/skins/standard/buglist.css index c8a4d13d05..ab595d85e3 100644 --- a/skins/standard/buglist.css +++ b/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