PDA

View Full Version : color of dropdown menu in cke


Madamko
07-02-2014, 10:13 AM
Hello,

I need to change the color of dropdown menu in ckeditor in my forum. Where can I find it? Looks like it's some style variable because it has another color in my custom style.
https://vborg.vbsupport.ru/external/2014/07/74.png

Orly
04-03-2018, 08:52 PM
I've got exactly the same problem. How do I change the color of the dropdown font? In my dark style, my users can't read the too bright font color on the white background.

Any ideas? I've been searching for hours. :(

Thank you in advance!

noypiscripter
09-20-2018, 09:50 PM
Add this in css_additional.css template in AdminCP or via Sitebuilder CSS Editor.

.cke_panel_list {
background: #000;
}
Change the background color accordingly.