JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.4.2
[ckeditor.git] / contents.css
index a4efda1..b4e28fe 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -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