summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/buglist.css2
-rw-r--r--skins/standard/buglist.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/css/buglist.css b/css/buglist.css
index c8a4d13d0..ab595d85e 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 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