diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index bf1811885..221f60d77 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -428,22 +428,16 @@ tr.watchdog-user { tr.watchdog-user .active { background: #eed; } -tr.watchdog-special { +tr.watchdog-content { background: #ddf; } -tr.watchdog-special .active { +tr.watchdog-content .active { background: #cce; } -tr.watchdog-warning { - background: #fda; -} -tr.watchdog-warning .active { - background: #ec9; -} -tr.watchdog-httpd { +tr.watchdog-page-not-found, tr.watchdog-access-denied { background: #dfd; } -tr.watchdog-httpd .active { +tr.watchdog-pagenot-found .active, tr.watchdog-access-denied .active { background: #cec; } tr.watchdog-error { |