summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-12-03 15:00:02 +0000
committerDries Buytaert <dries@buytaert.net>2003-12-03 15:00:02 +0000
commit17519d3ea0be83e05f32f0618a066b660f9a1b51 (patch)
tree048b386f74fd1ac8a48f17e4ccef053e70973ab7 /misc
parent4fc259d78d4775679b3d961d795208c348a6592f (diff)
downloadbrdo-17519d3ea0be83e05f32f0618a066b660f9a1b51.tar.gz
brdo-17519d3ea0be83e05f32f0618a066b660f9a1b51.tar.bz2
- Patch 0178 by eafarris: moved the watchdog colors to CSS so they are themeable.
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css19
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;
+}
+