From 3c30ae67152c200d2addfbd1ca546122ce363d99 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Mon, 28 Aug 2006 07:56:21 +0000
Subject: [PATCH] - Patch #80979 by stefan/ma3vrck: move colors from admin.css
 to themes.

---
 modules/system/admin.css          | 2 --
 themes/bluemarine/style.css       | 6 ++++++
 themes/chameleon/marvin/style.css | 7 +++++++
 themes/chameleon/style.css        | 7 ++++++-
 themes/pushbutton/style.css       | 4 +++-
 5 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/modules/system/admin.css b/modules/system/admin.css
index ebb591f3f747..d16308c3cbce 100644
--- a/modules/system/admin.css
+++ b/modules/system/admin.css
@@ -9,12 +9,10 @@ div.admin-panel {
 div.admin-panel .description {
   margin: 0 0 3px;
   padding: 2px 0 3px 0;
-  color: #999;
 }
 
 div.admin-panel .body {
   padding: 0 4px 2px 8px;
-  background-color: #f4f4f4;
   line-height: 1.2em;
 }
 
diff --git a/themes/bluemarine/style.css b/themes/bluemarine/style.css
index 6575f1197fec..670882d7f432 100644
--- a/themes/bluemarine/style.css
+++ b/themes/bluemarine/style.css
@@ -328,6 +328,12 @@ table {
 .block-forum h3 {
   margin-bottom: .5em;
 }
+div.admin-panel .description {
+  color: #999;
+}
+div.admin-panel .body {
+  background: #f4f4f4;
+}
 div.admin-panel h3 {
   background-color: #69c;
   color: #fff;
diff --git a/themes/chameleon/marvin/style.css b/themes/chameleon/marvin/style.css
index 1698d2e4eac3..c24c7dd82e95 100644
--- a/themes/chameleon/marvin/style.css
+++ b/themes/chameleon/marvin/style.css
@@ -89,6 +89,13 @@ table {
 /*
 ** Administration page styles
 */
+div.admin-panel .description {
+  color: #999;
+}
+
+div.admin-panel .body {
+  background: #f4f4f4;
+}
 
 div.admin-panel h3 {
   background-color: #888;
diff --git a/themes/chameleon/style.css b/themes/chameleon/style.css
index 38a4cf5ed5e8..33c34c6aa2ff 100644
--- a/themes/chameleon/style.css
+++ b/themes/chameleon/style.css
@@ -92,7 +92,12 @@ ul {
 /*
 ** Administration page styles
 */
-
+div.admin-panel .description {
+  color: #999;
+}
+div.admin-panel .body {
+  background: #eee;
+}
 div.admin-panel h3 {
   background-color: #999;
   color: #fff;
diff --git a/themes/pushbutton/style.css b/themes/pushbutton/style.css
index 30bca12c6ef3..65068e3dae0a 100644
--- a/themes/pushbutton/style.css
+++ b/themes/pushbutton/style.css
@@ -490,7 +490,9 @@ table#footer-menu {
 /*
 ** Administration page styles
 */
-
+div.admin-panel .description {
+  color: #999;
+}
 div.admin-panel h3 {
   background-color: #369;
   color: #fff;
-- 
GitLab