id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 11679,Color buttons can't be customized,Jakub Ś,,"1. Insert below code on page and into contents.css {{{ var editor = CKEDITOR.replace( 'editor1', { //allowedContent : true, colorButton_colors : 'highlight_yellow/FFFF00', colorButton_backStyle : { element : 'span', attributes : { 'class' : '#(color)', 'element' :'#(color)' } } }); //in contents.css .highlight_yellow{ background-color: #FFFF00; } }}} 2. Refresh the cache. 3. Highlight the word and change its color to Yellow. ---- **Results:** 1. If you use custom color for which translation is not defined in language file e.g. {{{'Green1/3A9D23'}}} then you will see green square in color button dropdown panel but its label is {{{'3A9D23'}}}. **Maybe I'm wrong here** but I would expect label to be displayed as {{{'Green1'}}}. Again I may be wrong here. 2. The 'Green1' is used for styling text you select but it has no effect. Such style {{{item 2}}} is not recognized thus it looks like text is not styled. 3. With ACF enabled, once you switch to source and back, span will be removed and it shouldn't be. This part is reproducible from CKEditor 4.1. 4. You can't change this color to automatic with such configuration. This part can be reproduced from CKEditor 3.0. ",Bug,confirmed,Normal,,General,3.0,,,