MyBB Community Forums

Full Version: Editor color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I change the color of this buttons :
[Image: ikuQ3W.png]

Thank you. Big Grin
Go to: ./jscripts/editor_themes/Office_2007/stylesheet.css and open and find;
.messageEditor .toolbar_dropdown .editor_dropdown_arrow {
	position: absolute;
	right: 0;
	height: 22px;
	background-color: #eaf2fb;
}

Change the background color property.
Great.You are awesome Yaldaram! this is the 5 time you help me!
THANK YOU!
Thanks.
One more question..(not related but) ..... how can I change the backround color boxes like this one... because I don't know where I've manage to mess it up Sad
[Image: ikuqpO.png]
Sad
Go to: ACP > Themes > Your thme > Gglobal.css > Edit in Advanced Mode > and find;
select {
	background: #FFFFFF;
	border: 1px solid #0f5c8e;
}

And change ir background property. Wink
Thank you.Will do.