Active
Project:
Salamander Skins
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 May 2009 at 17:04 UTC
Updated:
15 Nov 2009 at 08:21 UTC
The theme looks great, but unfortunately it is unusable with fckeditor if the text area is dark since the text is dark as well.
How can I make the background of the fckeditor text area white with this theme?
Thanks!
Here's the screenshot: http://drupal.org/files/fckeditor_salamander_skin_1_issue_0.PNG
| Comment | File | Size | Author |
|---|---|---|---|
| fckeditor_salamander_skin_1_issue.PNG | 32.08 KB | eMarv |
Comments
Comment #1
eMarv commentedcheck the attachment. the link in the description is incorrect.
Comment #2
florian commentedYou should use the default css of fckeditor.
Comment #3
Rorywb commentedI just had the same problem with my marinelli theme and FCKeditor.
I fixed my problem this way:
# Edit FCKeditor profile, in the "CSS section" choose use theme css
# In modules/fckeditor/fckeditor.config.js, add the following:
FCKConfig.BodyId = "primary";
FCKConfig.BodyClass = "singlepage";
This should work for any theme. I found this out at this link, " http://drupal.fckeditor.net/tricks ".