MyBB Community Forums

Full Version: Change color of list box contents
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

After I'm modding with my forum, I got this prob,

[Image: a3dd9623bc5faf8d302f31e08b94ad37.png]

How can I change color of that List contents ?
Edit:
jscripts\editor_themes\default\stylesheet.css

or override default Editor CSS with custom from template.
Here is my stylesheet.css file

http://pastebin.com/k82dbGGK

Which property should I change ??
.messageEditor .toolbar_dropdown
.messageEditor .toolbar_dropdown li

.messageEditor .toolbar_dropdown:hover
.messageEditor .toolbar_dropdown li:hover
Thank You.