PDA

View Full Version : Difficult colour to change?



minx
Fri 9th Apr '04, 1:36pm
Hi...

You know the lines that make up the box's (the ones with 'legend' text in them) check the attached, there allways light grey in IE & Mozilla - which css element do i change? (and no it's not table borders ;))

cheers
-M

Zachery
Fri 9th Apr '04, 1:43pm
Actually by default your system, Windows / Linux / Mac by default will control them and your style, Windows XP Luna Blue, should have them Grey, Green, Green will follow , and Sliver has the same Greyish color i think.

IF you use windows classic it will depend on your color your system setup.

You can change it, but for any XP users they will lose their nice rounded edges.

however they work just like a border tag. just add a color: #hex; to it in a style or assign it a class.

minx
Fri 9th Apr '04, 2:01pm
Ahh-haaa....ok, thanx....

I'm using XP (classic mode) hmmm... thats explains it, so i can assign a colour value but where & how, add another global element in my css style?

Or would i have to edit the templates (seems like a lot) :)

please advise
cheers my dears

-M

Zachery
Fri 9th Apr '04, 2:25pm
add

fieldset {
ccs vars here
}

To the Extra CSS area.

minx
Fri 9th Apr '04, 6:53pm
Thanx Zac, did the trick, but check the attached, a border in default colours remains...i wanna nail that one...

I've tried fieldset p, and fieldset li, whats stopping me :)
thanx for your help so far...nearly there :)

Seems to be the 'table' around forms...hmmmm

-M

EDIT : sussed it - panel forms....:) ayyy!

cheers Zac