Bug 289594 - Part 2 - The "exclude" table also needs alternating colors. Also changing the default color back to F7F7F7.

r=mkanat
This commit is contained in:
jake%bugzilla.org 2005-04-12 20:43:32 +00:00
Родитель 8589758fe0
Коммит 32ba3029de
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -295,7 +295,7 @@ body
.bz_row_odd
{
background-color: #CCCCCC;
background-color: #F7F7F7;
color: #000000;
}

Просмотреть файл

@ -208,7 +208,8 @@ document.write('<input type="button" value="Disable All Mail" onclick="SetCheckb
</tr>
[% FOREACH event = neg_events %]
<tr>
[% count = loop.count() %]
<tr class="bz_row_[% count % 2 == 1 ? "odd" : "even" %]">
[% FOREACH relationship = relationships %]
[% NEXT IF (relationship.id == constants.REL_QA AND NOT useqacontact) OR
(relationship.id == constants.REL_VOTER AND NOT usevotes) %]