Open LuisSerrano opened 13 years ago
I think is related with the theme you have configured in Redmine Is the theme Squeejee, the body is configured in black, it is possible to configure a body onlu for this plugin ?
Thanks
It is not currently possible to set the theme or background color of the editor independently of theme of Redmine. I think your easiest solution would be tampering with theme CSS of Redmine to set the color independently.
Erasing or comment the line 6 for not apply any css (/lib/redmine_ckeditor/wikiformatting/helper.rb) Another possibility is put the path of a applicattion.css file only for the plugin
I have added tw line more in the pos 8 (to configure the theme) and 9 (to autoconfigure the language)
CKEDITOR.config.skin = 'v2';
CKEDITOR.config.languageCode = '#{I18n.locale.to_s.downcase}.js';
and CKEDITOR.config.removePlugins = 'elementspath'; CKEDITOR.config.resize_enabled = false;
It would be great if you provide a patch (including required changes in the settings page of plugin) for selecting skin, and/or for selecting enabled plugins.
When I try to make a new issue or edit a existent the page is black, Is this normal ?
Thanks