X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=contents.css;h=b4e28fece566c1b11f3c6d0ab8268f5e648144c5;hb=9afde8772159bd3436f1f5b7862960307710ae5a;hp=a4efda1c670b1f1b0a5492e97a0a409fdd3abafa;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/contents.css b/contents.css index a4efda1..b4e28fe 100644 --- a/contents.css +++ b/contents.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -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