summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-21 17:42:00 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-21 17:42:00 +0000
commit414dccc598f50019cc574bf85f39789026b8b3cc (patch)
treef12acc458301b87b51eecc67b6bfa326ab38a2cc /modules
parent7d21ca61fc3ba3bcde7981a37971beb740e087ae (diff)
downloadbrdo-414dccc598f50019cc574bf85f39789026b8b3cc.tar.gz
brdo-414dccc598f50019cc574bf85f39789026b8b3cc.tar.bz2
#639218 by kika: Made Dashboard gray container lighter in colour (UXSprint).
Diffstat (limited to 'modules')
-rw-r--r--modules/dashboard/dashboard.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/dashboard/dashboard.css b/modules/dashboard/dashboard.css
index 37476e1b0..d6bd6cd70 100644
--- a/modules/dashboard/dashboard.css
+++ b/modules/dashboard/dashboard.css
@@ -48,7 +48,7 @@
}
#dashboard .canvas-content {
- background-color: #4d4d4d;
+ background-color: #777;
padding: 10px;
color: #fff;
}
@@ -60,7 +60,7 @@
#dashboard #disabled-blocks .ui-sortable {
padding: 0;
- background-color: #4d4d4d;
+ background-color: #777;
border: 0;
}