X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=contents.css;h=b4e28fece566c1b11f3c6d0ab8268f5e648144c5;hp=929015ca87e4fb23d4d4851ec1ffb7c4eaf6eeb1;hb=039a051ccf3901311661022a30afd60fc38130c9;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7 diff --git a/contents.css b/contents.css index 929015c..b4e28fe 100644 --- a/contents.css +++ b/contents.css @@ -20,7 +20,11 @@ html { /* #3658: [IE6] Editor document has horizontal scrollbar on long lines To prevent this misbehavior, we show the scrollbar always */ - _overflow-y: scroll + _overflow-y: scroll; + /* #6341: The text cursor must be set on the editor area. */ + cursor: text; + /* #6632: Avoid having "text" shape of cursor in IE7 scrollbars.*/ + *cursor:auto; } img:-moz-broken