diff --git a/modules/editor/skins/xpresseditor/css/default.css b/modules/editor/skins/xpresseditor/css/default.css index 68521f732..8e6cdc1db 100644 --- a/modules/editor/skins/xpresseditor/css/default.css +++ b/modules/editor/skins/xpresseditor/css/default.css @@ -7,7 +7,7 @@ /* Type Selector */ .xpress-editor *{margin:0; padding:0; font-style:normal; font-size:12px; } -.xpress-editor img, +.xpress-editor img, .xpress-editor fieldset, .xpress-editor button{ border:0;} .xpress-editor button{ background:none; background-repeat:no-repeat; cursor:pointer; _cursor /**/:hand;} @@ -20,6 +20,7 @@ /* 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.black #smart_content {background:transparent;} .xpress-editor #smart_footer{ position:relative; text-align:center; padding:10px 0;} /* Footer */ diff --git a/modules/editor/skins/xpresseditor/editor.html b/modules/editor/skins/xpresseditor/editor.html index 034135504..bc37a8e34 100644 --- a/modules/editor/skins/xpresseditor/editor.html +++ b/modules/editor/skins/xpresseditor/editor.html @@ -4,12 +4,13 @@ + + + {@ $editor_class = "black" } + + - - - {@ $editor_class = "black" } -