diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-12-06 16:39:40 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-12-06 16:39:40 +0000 |
commit | 6f72a6bcaeb7bb606f2df2a63bc6a2c0394fff54 (patch) | |
tree | 2b5be1e73f9034c2cd123615d2d66c0f36bee44f /misc | |
parent | 3621d83fda22426046c6749afc7abd5fa9797c6d (diff) | |
download | brdo-6f72a6bcaeb7bb606f2df2a63bc6a2c0394fff54.tar.gz brdo-6f72a6bcaeb7bb606f2df2a63bc6a2c0394fff54.tar.bz2 |
- Small improvement to the watchdog table.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 0121ba412..1ef38157f 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -307,21 +307,27 @@ pre, code { list-style-image: url(menu-leaf.gif); } td.watchdog-user { - background: #ffeeaa; + background: #fea; + border: 1px solid #dc8; } td.watchdog-message { - background: #ffffff; + background: #fff; + border: 1px solid #ddd; } td.watchdog-special { - background: #a49fff; + background: #a9f; + border: 1px solid #87d; } td.watchdog-warning { - background: #ffaa22; + background: #fa2; + border: 1px solid #d80; } td.watchdog-httpd { - background: #99dd99; + background: #9d9; + border: 1px solid #7b7; } td.watchdog-error { - background: #ee4c4c; + background: #e44; + border: 1px solid #c22; } |