Closed (works as designed)
Project:
Wilderness
Version:
6.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2010 at 11:31 UTC
Updated:
1 Jul 2012 at 15:52 UTC
Using Firefox or Chrome, and editor CKeditor, the background in the editor is the same as the "global" background... would prefere a white background in the editor.
Using Drupal 6.19.
Brgds Harry
| Comment | File | Size | Author |
|---|---|---|---|
| screenshot.png | 153.16 KB | harry.mj |
Comments
Comment #1
Deepika.chavan commentedHi,
In modules/ckeditor/ckeditor.config.js , following code is used to set 'class' and 'Id' to the body of ckeditor. You can use any value for that. (line-105).
In my case I used :
Then added following css to change the background color of body of ckeditor :
Rgrds,
Deepika Chavan
Comment #2
pokadan commentedWith the introduction and widespread usage of wysiwyg module you should also be able to fix this using post #1 of
http://drupal.org/node/789998
There are various fixes for it; none are really the concern of a theme.