From 0824bbd8b8ab510261d502cda95fbd08d748c0ff Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 12 Sep 2013 17:21:40 +0200 Subject: [PATCH] darker color for edit mode for better focus on document --- css/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/editor.css b/css/editor.css index c852c2be..3f7eba81 100644 --- a/css/editor.css +++ b/css/editor.css @@ -29,7 +29,7 @@ html, body, #mainContainer { #container { text-align: center; - background-color: #FAFAFA; + background-color: #ddd; overflow: auto; position: absolute;