sogo/UI/WebServerResources/ckeditor/contents.css
Francis Lachapelle a0ef422a0a 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
2010-11-12 22:10:28 +00:00

40 lines
839 B
CSS

/*
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
body
{
/* Font */
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
/* Text color */
color: #222;
/* Remove the background color to make it transparent */
background-color: #fff;
}
html
{
/* #3658: [IE6] Editor document has horizontal scrollbar on long lines
To prevent this misbehavior, we show the scrollbar always */
_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
{
-moz-force-broken-image-icon : 1;
width : 24px;
height : 24px;
}
img, input, textarea
{
cursor: default;
}