PDA

View Full Version : How to change border color ?


ltd
10-07-2007, 01:45 AM
https://vborg.vbsupport.ru/external/2007/10/20.gif

Look the image above, I made it easy for you to understand. lol

Opserty
10-07-2007, 09:44 AM
Look in the Style Manager -> Main CSS for the .panel and .panelsurround classes. They should have a border property with a hex code for the border color. Just change that.

ltd
10-07-2007, 05:22 PM
Look in the Style Manager -> Main CSS for the .panel and .panelsurround classes. They should have a border property with a hex code for the border color. Just change that.
Thanx, that fixed it, any idea how to change the border color of the box inside ?

Opserty
10-07-2007, 06:45 PM
Try the .fieldset class.

ltd
10-07-2007, 07:23 PM
Can't find any border in that , here is the code

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }

Dismounted
10-09-2007, 09:43 AM
That's because vBulletin by default uses the standard fieldset formatting. Simply add a border declaration.

ltd
10-09-2007, 10:46 AM
That's because vBulletin by default uses the standard fieldset formatting. Simply add a border declaration.
Worked, Thank you :)