Witam mam pytanie jak zmienić tło w edytorze ckeditor na jakies ciemniejsze ? Chciałbym tak zrobić ponieważ mam ciemną stronę i jak daje biały teksto to go w edytorze nie widać
Pozdrawiam
body { /* Font */ font-family: Arial, Verdana, sans-serif; font-size: 12px; /* Text color */ color: #f0f0f0; /* Remove the background color to make it transparent */ background-color: #353c42; } html { /* #3658: [IE6] Editor document has horizontal scrollbar on long lines To prevent this misbehavior, we show the scrollbar always */ _overflow-y: scroll } img:-moz-broken { -moz-force-broken-image-icon : 1; width : 24px; height : 24px; } img, input, textarea { cursor: default; }
CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; config.uiColor = '#AADC6E'; config.contentsCss = 'ckeditor/mysitestyles.css'; };