MyBB Community Forums

Full Version: How to change editor color?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.

I am using dark theme on my Mybb forum but editor theme is white. How i edit editor theme for black version?

Thanks.
Try put in css following code:

textarea {
background: #000;
color: #aaa;
}
(2015-04-01, 08:36 PM)Ikerepc Wrote: [ -> ]Try put in css following code:


textarea {
background: #000;
color: #aaa;
}

Doesn't work. 
(2015-04-02, 06:37 AM)mmadhankumar Wrote: [ -> ]check this reply: http://community.mybb.com/thread-169192-...pid1151181

I closed Cloud Flare and i used (Ctrl+F5) for hard refresh. But it still doesnt work. Here is the screenshot:


[Image: 75OXeIX.png]
Can we got test account?