diff options
author | jouni%heikniemi.net <> | 2003-01-10 17:59:05 +0100 |
---|---|---|
committer | jouni%heikniemi.net <> | 2003-01-10 17:59:05 +0100 |
commit | d0932ae81be706564a0e0afb5221ba73157e6efa (patch) | |
tree | 444cb657a18dd267a4b4d7cbece0a2135808e527 /skins/standard | |
parent | b04d0084cc21e4a2a666b5adfb17fa3008e5b1ba (diff) | |
download | bugzilla-d0932ae81be706564a0e0afb5221ba73157e6efa.tar.gz bugzilla-d0932ae81be706564a0e0afb5221ba73157e6efa.tar.xz |
Bug 142104: Enhancements in buglists should be gray. r=kiko, a=justdave
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/buglist.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index c8a4d13d0..ab595d85e 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 |