Index: branches/5.2.x/core/admin_templates/incs/style_template.css =================================================================== diff -u -N -r14941 -r15042 --- branches/5.2.x/core/admin_templates/incs/style_template.css (.../style_template.css) (revision 14941) +++ branches/5.2.x/core/admin_templates/incs/style_template.css (.../style_template.css) (revision 15042) @@ -781,4 +781,17 @@ .summary-box li { padding-bottom: 4px; +} + +span.cke_skin_kama { + border-width: 0px !important; + -moz-border-radius: 0px !important; + -webkit-border-radius: 0px !important; + padding: 0px !important; +} + +.cke_wrapper{ + border-width: 0px !important; + -moz-border-radius: 0px !important; + -webkit-border-radius: 0px !important; } \ No newline at end of file