summaryrefslogtreecommitdiffstats
path: root/skins/standard/global.css
diff options
context:
space:
mode:
authorjake%bugzilla.org <>2005-04-12 07:52:50 +0200
committerjake%bugzilla.org <>2005-04-12 07:52:50 +0200
commit531a3a34b85bd3c6284733869046270cc2d5300e (patch)
treed6b9a4eea7824ce2d3438f18a0fcd1768bd88bb1 /skins/standard/global.css
parent9782d3fe78d30a89ff6439e0a311d88d5ed190c5 (diff)
downloadbugzilla-531a3a34b85bd3c6284733869046270cc2d5300e.tar.gz
bugzilla-531a3a34b85bd3c6284733869046270cc2d5300e.tar.xz
Bug 289594 - The table on the email settings page no longer is 100% wide. It also now supports even/odd row styling.
r=gerv, a=justdave
Diffstat (limited to 'skins/standard/global.css')
-rw-r--r--skins/standard/global.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 724a75f11..0f274ea56 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -293,6 +293,18 @@ body
.bz_private { color: darkred ; background : #f3eeee ; }
.bz_disabled { color: #a0a0a0 ; }
+.bz_row_odd
+{
+ background-color: #CCCCCC;
+ color: #000000;
+}
+
+.bz_row_even
+{
+ background-color: #FFFFFF;
+ color: #000000;
+}
+
.bz_comment { background-color: #e0e0e0; }
.bz_comment_hilite pre
{