зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
8589758fe0
Коммит
32ba3029de
|
@ -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) %]
|
||||
|
|
Загрузка…
Ссылка в новой задаче