From 84973470df08a269632287e66c52aa30f515ccc1 Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Wed, 18 Oct 2006 02:58:34 +0000 Subject: Bug 321556: Prepare Bugzilla to ship with at least 2 skins. Patch by Marc Schumann ; r=myk, a=justdave --- skins/standard/buglist.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'skins/standard/buglist.css') diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index 45e4937d9..269f7427e 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -21,6 +21,16 @@ .bz_id_column { } +.bz_row_odd { + background-color: #F7F7F7; + color: #000000; +} + +.bz_row_even { + background-color: #FFFFFF; + color: #000000; +} + /* Style bug rows according to severity. */ .bz_blocker { color: red; font-weight: bold; } .bz_critical { color: red; } -- cgit v1.2.3-24-g4f1b