Log in

View Full Version : Editing the WYSIWYG border (actual textbox border).


noonespecial
04-20-2008, 08:42 AM
Anyone know how to edit this portion of the WYSIWYG editor?

Opserty
04-20-2008, 10:26 AM
Have you tried just in the standard Style Manager > Main CSS?

Otherwise you could try editing or even redefining/extending the CSS definitions in the clientscript/vbulletin_editor.css file.

noonespecial
04-20-2008, 05:48 PM
Do you know what the class would be? Or exactly where that's called?

I've looked at both, but I can't figure it out ... :-/

--------------- Added 1208718595 at 1208718595 ---------------

It looks like this is the defining portion.

<div class="controlbar">

<textarea name="message" id="vB_Editor_QR_textarea" rows="10" cols="60" style="width:501px; height:100px;" tabindex="1" dir="ltr"></textarea>

</div>

Yet I can't find any way to change that weird inset border. :-/