diff --git a/css/editor.css b/css/editor.css new file mode 100644 index 00000000..71863561 --- /dev/null +++ b/css/editor.css @@ -0,0 +1,19 @@ +/** + * Default Editor Styles for the CMS + */ + +.typography .mceItemFlash { + border: 1px dotted #f00; +} + +body.mceContentBody { + min-height: 200px; + font-size: 62.5%; +} +body.mceContentBody a.broken { + background-color: #FF7B71; + border: 1px red solid; + color: #fff; + padding: 1px; + text-decoration: underline; +} \ No newline at end of file