OK. I got it figured out.
AdminCP > Styles & Templates > Style Manager > Main CSS (from drop down)
Additional CSS Definitions
Added this:
/* ***** ibProArcad Fieldset color ***** */
fieldset {border: 1px solid #60789c;}
The #60789c color can be anything you want. You lose the rounded borders but I can live with that. This does change the color globally. In Vbulletin, fieldset is used to draw borders in various places such as userCP area and others so color choice may be a compromise.
|