MyBB Community Forums

Full Version: Modify Quick Editor textarea
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I add a class to the Quick Edit function. I am using a dark theme, but the Quick Editor has a white background and white buttons (which do not fit + the white text within the theme)

Example:

[Image: e9801c89707e1d60d4d7d82881342d9f.png]
add this to global.css and check... change color code to match your theme and need...


textarea[id^=quickedit] {
background: #3D3D3D;
}
Ahh thank you, but is there another way of doing this (adding a class to the quickeditor?)