PDA

View Full Version : This colour change is prooving impossible


b6gm6n
04-11-2004, 09:47 PM
Hi...

Check the attached, i've found this 'default' color border again on posting and again around the quick reply box... just cannot seem to change it...

I'm sure it's a 'fieldset' css element, but it's not in the extra css defs and i've tried altering them but with no effect on this border...

check this thread at vb.org for the attachments (cannot upload here)

https://vborg.vbsupport.ru/showthread.php?t=63736

please advise

cheers

-b6

Elmer
04-11-2004, 11:52 PM
Yo can edit that border by editing the file vbulletin_editor.css located in the clientscript folder.

Look for
#vBulletin_editor
{
border: 2px groove;
}

and just change the border 'groove' by 'solid' or whatever you want.

note that you can not change the color to a groove border so instead of a groove border use solid borders like

border-bottom: solid 1px white;
border-right: solid 1px white;
border-top: solid 1px silver;
border-left: solid 1px silver;

to create an inset or outset border playing with it

or just

border: solid 2px yourcolor;

;)

Tony G
04-12-2004, 03:46 AM
Moving to design/code help, support questions do not belong in the modification submission forums. :)

b6gm6n
04-12-2004, 12:30 PM
THANKYOU DEXTER! :) i was just on the trail of the vBulletin_editor css, thought hmmm now where is that? cheers bud, i'm sorted

-b6