diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-08-28 07:56:21 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-08-28 07:56:21 +0000 |
commit | 3c30ae67152c200d2addfbd1ca546122ce363d99 (patch) | |
tree | 9a3e3f6ffcaade1a70e374e0c05d152d6d0ac2e1 | |
parent | 1d0dbfde6ec3ea89ef64023ff241bba2ab0a4549 (diff) | |
download | brdo-3c30ae67152c200d2addfbd1ca546122ce363d99.tar.gz brdo-3c30ae67152c200d2addfbd1ca546122ce363d99.tar.bz2 |
- Patch #80979 by stefan/ma3vrck: move colors from admin.css to themes.
-rw-r--r-- | modules/system/admin.css | 2 | ||||
-rw-r--r-- | themes/bluemarine/style.css | 6 | ||||
-rw-r--r-- | themes/chameleon/marvin/style.css | 7 | ||||
-rw-r--r-- | themes/chameleon/style.css | 7 | ||||
-rw-r--r-- | 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 ebb591f3f..d16308c3c 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 6575f1197..670882d7f 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 1698d2e4e..c24c7dd82 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 38a4cf5ed..33c34c6aa 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 30bca12c6..65068e3da 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; |