first pass RT4 merge, RT#13852
[freeside.git] / rt / share / html / NoAuth / RichText / ckeditor / contents.css
1 /*
2 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
4 */
5
6 body
7 {
8         /* Font */
9         font-family: Arial, Verdana, sans-serif;
10         font-size: 12px;
11
12         /* Text color */
13         color: #222;
14
15         /* Remove the background color to make it transparent */
16     background-color: transparent;
17 }
18
19 html
20 {
21         /* #3658: [IE6] Editor document has horizontal scrollbar on long lines
22         To prevent this misbehavior, we show the scrollbar always */
23         _overflow-y: scroll
24 }
25
26 img:-moz-broken
27 {
28         -moz-force-broken-image-icon : 1;
29         width : 24px;
30         height : 24px;
31 }
32 img, input, textarea
33 {
34         cursor: default;
35 }