]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 142104: Enhancements in buglists should be gray. r=kiko, a=justdave
authorjouni%heikniemi.net <>
Fri, 10 Jan 2003 16:59:05 +0000 (16:59 +0000)
committerjouni%heikniemi.net <>
Fri, 10 Jan 2003 16:59:05 +0000 (16:59 +0000)
css/buglist.css
skins/standard/buglist.css

index c8a4d13d05af52a6e790b826b5c4f06edad1bda0..ab595d85e3fa1be5470fbaac049c83aabb749808 100644 (file)
@@ -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
index c8a4d13d05af52a6e790b826b5c4f06edad1bda0..ab595d85e3fa1be5470fbaac049c83aabb749808 100644 (file)
@@ -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