mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-29 15:15:37 +00:00
Updated CKEditor to version 3.4.2
Monotone-Parent: 3774b6098ad959c04ec2d3feed5d9bc31809baa9 Monotone-Revision: fca59961590bbf184dfb399f12a4508e3a2daf83 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-11-12T22:10:28 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user