From 82a81cbeeb591b9fdd6a67c46791052dc039b5d3 Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Wed, 13 Apr 2005 03:43:32 +0000 Subject: Bug 289594 - Part 2 - The "exclude" table also needs alternating colors. Also changing the default color back to F7F7F7. r=mkanat --- skins/standard/global.css | 2 +- template/en/default/account/prefs/email.html.tmpl | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/skins/standard/global.css b/skins/standard/global.css index 0f274ea56..f9ac7c96d 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -295,7 +295,7 @@ body .bz_row_odd { - background-color: #CCCCCC; + background-color: #F7F7F7; color: #000000; } diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index 787cc8dfb..bd265ca9f 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -208,7 +208,8 @@ document.write(' [% FOREACH relationship = relationships %] [% NEXT IF (relationship.id == constants.REL_QA AND NOT useqacontact) OR (relationship.id == constants.REL_VOTER AND NOT usevotes) %] -- cgit v1.2.3-24-g4f1b