JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.4.2
[ckeditor.git] / contents.css
index 929015c..b4e28fe 100644 (file)
@@ -20,7 +20,11 @@ html
 {\r
        /* #3658: [IE6] Editor document has horizontal scrollbar on long lines\r
        To prevent this misbehavior, we show the scrollbar always */\r
-       _overflow-y: scroll\r
+       _overflow-y: scroll;\r
+       /* #6341: The text cursor must be set on the editor area. */\r
+       cursor: text;\r
+       /* #6632: Avoid having "text" shape of cursor in IE7 scrollbars.*/\r
+       *cursor:auto;\r
 }\r
 \r
 img:-moz-broken\r