MyBB Community Forums

Full Version: QuickReply edit?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can't find where to edit the quickreply box bottom that has the grey color and buttons in the screen shot below. I want to change that color to a custom one for my theme, any help appreciated.. This is a hard one O.o

Thanks
I believe you need to look at this class:

.editor_control_bar {
	background: #fff;
	border: 1px solid #0f5c8e;
}
Excellent Matt and thank you very much Smile


Regards