MyBB Community Forums

Full Version: WYSIWYG editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
when posting a message the WYSIWYG editor shows, i was wondering if its possible to change the background color of it. if so which option in the theme configuration section is it?

thanks in advance for your help Smile
i don't think that mybb has a WYSIWYG editor, and shouldn't this thread be in the modifications forum?
You can change the color in the template codebuttons.
thank you very much! i found it!
what about being able to change the scroll bar color? is that also possible? Smile
ive just found this too

under Form Elements (Textboxes, Textareas, Drop-downs, Radio Buttons, Checkboxes) (Customized in this style)
for Extra CSS Attributes
just add:
scrollbar-arrow-color:#xxxxxx;
scrollbar-base-color:#xxxxxx;
now all i would like to know is how to change the color of the arrows in the pulldown menus

like this one:
<select name="bday2">
<option value=""> </option>
<option value="1" >January</option>
<option value="2" >February</option>
<option value="3" >March</option>
<option value="4" >April</option>
<option value="5" >May</option>
<option value="6" >June</option>
<option value="7" >July</option>
<option value="8" >August</option>
<option value="9" >September</option>
<option value="10" >October</option>
<option value="11" >November</option>
<option value="12" >December</option>
</select>
so ive done some research online and it turns out you cant change the arrow color cause its created by the operating system using the operating systems settings!

some links that refer to it:
http://www.csscreator.com/node/2951
http://www.codingforums.com/showthread.php?t=74161
chelle Wrote:so ive done some research online and it turns out you cant change the arrow color cause its created by the operating system using the operating systems settings!

You can, but not all browsers support it, and it won't give you Valid CSS.
Pages: 1 2