Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The page is in black color #3

Open
LuisSerrano opened this issue May 10, 2011 · 6 comments
Open

The page is in black color #3

LuisSerrano opened this issue May 10, 2011 · 6 comments

Comments

@LuisSerrano
Copy link

When I try to make a new issue or edit a existent the page is black, Is this normal ?

Thanks

@LuisSerrano
Copy link
Author

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

@ebrahim
Copy link
Owner

ebrahim commented May 10, 2011

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.

@LuisSerrano
Copy link
Author

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

@LuisSerrano
Copy link
Author

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';

@LuisSerrano
Copy link
Author

and
CKEDITOR.config.removePlugins = 'elementspath';
CKEDITOR.config.resize_enabled = false;

@ebrahim
Copy link
Owner

ebrahim commented May 10, 2011

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants