From ffd585ae567420f3d3ed41cd7e08d9f2b6fc8fa0 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Mon, 4 Feb 2013 14:44:17 -0500 Subject: [PATCH] studio - resolved safari/webkit display issue with unit editing window's wrapper background color --- cms/static/sass/_unit.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index d8ca1117e9..bdc76c811c 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -305,6 +305,7 @@ .wrapper-component-editor { z-index: 9999; position: relative; + background: $lightBluishGrey2; } .component-editor {