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;