Commit 82a81cbe authored by jake%bugzilla.org's avatar jake%bugzilla.org

Bug 289594 - Part 2 - The "exclude" table also needs alternating colors. Also…

Bug 289594 - Part 2 - The "exclude" table also needs alternating colors. Also changing the default color back to F7F7F7. r=mkanat
parent add70bda
...@@ -295,7 +295,7 @@ body ...@@ -295,7 +295,7 @@ body
.bz_row_odd .bz_row_odd
{ {
background-color: #CCCCCC; background-color: #F7F7F7;
color: #000000; color: #000000;
} }
......
...@@ -208,7 +208,8 @@ document.write('<input type="button" value="Disable All Mail" onclick="SetCheckb ...@@ -208,7 +208,8 @@ document.write('<input type="button" value="Disable All Mail" onclick="SetCheckb
</tr> </tr>
[% FOREACH event = neg_events %] [% FOREACH event = neg_events %]
<tr> [% count = loop.count() %]
<tr class="bz_row_[% count % 2 == 1 ? "odd" : "even" %]">
[% FOREACH relationship = relationships %] [% FOREACH relationship = relationships %]
[% NEXT IF (relationship.id == constants.REL_QA AND NOT useqacontact) OR [% NEXT IF (relationship.id == constants.REL_QA AND NOT useqacontact) OR
(relationship.id == constants.REL_VOTER AND NOT usevotes) %] (relationship.id == constants.REL_VOTER AND NOT usevotes) %]
......
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