Active
Project:
Ellington
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
24 Jun 2011 at 12:33 UTC
Updated:
28 Jun 2011 at 09:28 UTC
CKeditor by default picks up the default body css from the ellington theme and displays the orange and grey background image in the editor window.
To fix this I have modified the following:
ellington/css/style.css
////
body {
background-color:#fff;
font-size: 12px;
color: #333333;
font-family: Arial;
}
#PageBody {
background: #333333 url('../img/body_bg.jpg') repeat-x left top;
font-size: 12px;
color: #333333;
font-family: Arial;
}
////
ellington/page.tpl.php
////
print $body_classes; " id="PageBody">
////
| Comment | File | Size | Author |
|---|---|---|---|
| ckeditor.png | 30.32 KB | youlikeicecream |
Comments
Comment #1
kalman.hosszu commentedOK,
I will craete a css file to support wysiwyg editors.
Comment #2
youlikeicecream commentedthanks :)