MyBB Community Forums

Full Version: Global.css question !!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, i just need a little help please:

Where in global.css in my theme i can edit colors, and restyle "new replay" and "new pm" ? i cant find it.
It's called textarea Smile
In the pic above the middle grey area is " textarea" .wright ? ok.
But i wanna change colors like i marked in the pic below. Can you help me ?
(2010-10-02, 09:13 AM)apo Wrote: [ -> ]In the pic above the middle grey area is " textarea" .wright ? ok.
But i wanna change colors like i marked in the pic below. Can you help me ?

Im not sure about 3 but 1 and 2 should be fixed with:
.editor_dropdown_menu {
color:#666;
}

Original: http://www.mybbcentral.com/thread-5877-page-2.html
You can edit all the default editor styling in ./jscripts/editor_themes/default/stylesheet.css

1&2 - .messageEditor .toolbar_dropdown
3 - .messageEditor
(2010-10-02, 11:56 AM)AJS Wrote: [ -> ]You can edit all the default editor styling in ./jscripts/editor_themes/default/stylesheet.css

1&2 - .messageEditor .toolbar_dropdown
3 - .messageEditor

Nice precise answer,, thank you very much.