diff options
Diffstat (limited to 'skins')
-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 269f7427e..dc3db0e10 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -34,7 +34,7 @@ /* Style bug rows according to severity. */ .bz_blocker { color: red; font-weight: bold; } .bz_critical { color: red; } -.bz_enhancement { color: #888; background-color: white; } +.bz_enhancement { color: #666; background-color: white; } /* Align columns in the "change multiple bugs" form to the right. */ table#form tr th { text-align: right; } |