Commit 74235ea9 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 274951: Improve the contrast for enhancement bugs in buglists - Patch by…

Bug 274951: Improve the contrast for enhancement bugs in buglists - Patch by Wayne Mery "WSM" <vseerror@lehigh.edu> r=LpSolit a=justdave
parent 9b1749e4
......@@ -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; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment