diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 9a51f7527..6d514b607 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -31,17 +31,18 @@ th { border-bottom: 3px solid #ccc; white-space: nowrap; } -tr.dark { - background-color: #ddd; +th.active img { + display: inline; } -tr.light { +tr.dark, tr.light { background-color: #eee; + border-bottom: 1px solid #ccc; } tr.dark td, tr.light td { padding: 0.1em 0.6em; } -th.active img { - display: inline; +td.active { + background-color: #ddd; } /* @@ -383,4 +384,4 @@ td.watchdog-httpd { td.watchdog-error { background: #e44; border: 1px solid #c22; -} +}
\ No newline at end of file |