summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/garland/style.css24
1 files changed, 12 insertions, 12 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 3178b5736..56606065d 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -290,7 +290,7 @@ span.submitted, .description {
margin: 2em 0.5em 1em 0; /* LTR */
}
-#watchdog-form-overview .form-submit,
+#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
@@ -1025,43 +1025,43 @@ div.error, tr.error {
}
/**
- * Watchdog.module
+ * dblog.module
*/
-tr.watchdog-user {
+tr.dblog-user {
background-color: #fcf9e5;
}
-tr.watchdog-user td.active {
+tr.dblog-user td.active {
background-color: #fbf5cf;
}
-tr.watchdog-content {
+tr.dblog-content {
background-color: #fefefe;
}
-tr.watchdog-content td.active {
+tr.dblog-content td.active {
background-color: #f5f5f5;
}
-tr.watchdog-warning {
+tr.dblog-warning {
background-color: #fdf5e6;
}
-tr.watchdog-warning td.active {
+tr.dblog-warning td.active {
background-color: #fdf2de;
}
-tr.watchdog-error {
+tr.dblog-error {
background-color: #fbe4e4;
}
-tr.watchdog-error td.active {
+tr.dblog-error td.active {
background-color: #fbdbdb;
}
-tr.watchdog-page-not-found, tr.watchdog-access-denied {
+tr.dblog-page-not-found, tr.dblog-access-denied {
background: #d7ffd7;
}
-tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {
+tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
background: #c7eec7;
}