diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-21 17:42:00 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-21 17:42:00 +0000 |
commit | 414dccc598f50019cc574bf85f39789026b8b3cc (patch) | |
tree | f12acc458301b87b51eecc67b6bfa326ab38a2cc /modules | |
parent | 7d21ca61fc3ba3bcde7981a37971beb740e087ae (diff) | |
download | brdo-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.css | 4 |
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; } |