From 993e01c085d45c9c8d9d8f65711ddc50afd86000 Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Wed, 11 Nov 2009 19:26:07 +0000 Subject: [PATCH] web: small css fix for even table rows --- web/drupal/themes/flukso/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/web/drupal/themes/flukso/style.css b/web/drupal/themes/flukso/style.css index aaf8237..9f2b681 100644 --- a/web/drupal/themes/flukso/style.css +++ b/web/drupal/themes/flukso/style.css @@ -413,7 +413,7 @@ a.read-more { } /* ------------------------------------------------------------------------ - * Comments + * Tables * --------------------------------------------------------------------- */ table { border-collapse: separate; @@ -437,10 +437,14 @@ tr.even { background-color: #fafafa; } -tr.light .active, tr.dark .active, tr.even .active, tr.odd .active { +tr.light .active, tr.dark .active, tr.odd .active { background-color: #fff; } +tr.even .active { + background-color: #fafafa; +} + tr.watchdog-user { background-color: #ffd; font-size: .7em;