Skip to content

Commit

Permalink
Changes the CKEditor theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric de Villamil committed Mar 15, 2012
1 parent 3f8e520 commit a1dd799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/ckcustom.js
Expand Up @@ -8,7 +8,7 @@ CKEDITOR.editorConfig = function( config )
config.PreserveSessionOnFileBrowser = true;
// Define changes to default configuration here. For example:
//config.language = '';
config.uiColor = '#E0ECFF';
config.uiColor = '#eee';
config.toolbar = 'Basic';
config.entities_greek = false;
config.entities_latin = false;
Expand Down

0 comments on commit a1dd799

Please sign in to comment.