diff options
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/buglist.css | 8 | ||||
-rw-r--r-- | skins/standard/global.css | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index f1f1d74dc..45e4937d9 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -32,14 +32,6 @@ table#form tr th { text-align: right; } table.bz_buglist td, table.bz_buglist th { } -/* For styling rows; by default striped white and gray */ -tr.bz_odd { - background-color: #F7F7F7; -} - -tr.bz_even { -} - /* we use a first-child class and not the pseudo-class because IE * doesn't support it :-( */ tr.bz_secure td.first-child { 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 { |