From d28951065ec2f0afe49b01a13571463f57e9882a Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Tue, 3 Feb 2009 04:06:11 +0000 Subject: [PATCH] Added missing editor.css git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@71284 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/editor.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 css/editor.css 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