From 28110ff3f5bd69d79fe8b11d241c5defe5f3e8df Mon Sep 17 00:00:00 2001 From: "garry.yao" Date: Thu, 4 Nov 2010 11:18:57 +0000 Subject: [PATCH] #6632: Fixing a regression of [5903] in IE7 where cursor changes into "text" on editor scrollbars. git-svn-id: https://svn.ckeditor.com/CKEditor/trunk@6038 da63caf2-3823-0410-a1e8-d69ccee00dfb --- contents.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contents.css b/contents.css index 79edd7846d..59b9276890 100644 --- a/contents.css +++ b/contents.css @@ -23,6 +23,8 @@ html _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