diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 9bcf56b4d..0121ba412 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -306,3 +306,22 @@ pre, code { list-style-type: square; list-style-image: url(menu-leaf.gif); } +td.watchdog-user { + background: #ffeeaa; +} +td.watchdog-message { + background: #ffffff; +} +td.watchdog-special { + background: #a49fff; +} +td.watchdog-warning { + background: #ffaa22; +} +td.watchdog-httpd { + background: #99dd99; +} +td.watchdog-error { + background: #ee4c4c; +} + |