From 653a7dd591116946ad71280900e4ca13ec0281f8 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 12 Sep 2013 19:19:55 +0200 Subject: [PATCH] less harsh shadow color in participants list --- css/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/editor.css b/css/editor.css index 51ebd9e3..c44feac6 100644 --- a/css/editor.css +++ b/css/editor.css @@ -17,7 +17,7 @@ html, body, #mainContainer { #editor { border: none; - box-shadow: 0px 0px 14px black; + box-shadow: 0px 0px 14px #555; overflow: hidden; padding: 0px !important; z-index: 4;