![]() |
Problem with Editor toolbar - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Support (https://community.mybb.com/forum-10.html) +---- Thread: Problem with Editor toolbar (/thread-137388.html) |
Problem with Editor toolbar - B O S S - 2013-04-08 http://gyazo.com/c98e149a0ff5efc2bef23ff1a7394b9b I am trying from last 3 hours to change background colour of editor toolbar but its not going to change also i disabled Cloudflare too is there anything wrong i did? Please help me Thank you. RE: Problem with Editor toolbar - maniacmusic - 2013-04-11 Hmm weird... Make 100% sure Cloudflare is off. Should work. As a work-around you could try to use the important property on the background color and simply add it in a global css file. .messageEditor { background: #f5f5f5 !important; } |