diff options
-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; } |