diff --git a/modules/editor/skins/xpresseditor/css/default.css b/modules/editor/skins/xpresseditor/css/default.css index 7ec2f7de5..29d8e5543 100644 --- a/modules/editor/skins/xpresseditor/css/default.css +++ b/modules/editor/skins/xpresseditor/css/default.css @@ -17,7 +17,7 @@ .xpress-editor li{list-style:none} /* Layout Selector */ .xpress-editor{position:relative;background:transparent} -.xpress-editor #smart_content{position:relative;clear:both;margin:0 0 10px 0;border:1px solid #c2c2c2;*zoom:1;z-index:5;background:#fff} +.xpress-editor #smart_content{position:relative;clear:both;margin:0 0 10px 0;border:1px solid #c2c2c2;*zoom:1;z-index:1;background:#fff} .xpress-editor.black #smart_content {background:transparent} .xpress-editor #smart_footer{position:relative;text-align:center;padding:10px 0} /* Footer */ @@ -340,4 +340,4 @@ /* Auto Save */ .xpress-editor .autosave_message {display:none;background: #f6ffdb;padding:6px 10px;margin:0;line-height:1} .xpress-editor.black .autosave_message {display:none;background:#222;padding:6px 10px;margin:0;line-height:1;color:#fff} -.xpress-editor .input_syntax.black {background:transparent;color:#fff} \ No newline at end of file +.xpress-editor .input_syntax.black {background:transparent;color:#fff}