[jQuery] Re: Removing google toolbar's autofill yellow

2008-10-13 Thread Dave Novelli
Great! Thanks! On Oct 9, 7:40 pm, Dave Methvin <[EMAIL PROTECTED]> wrote: > How about assigning classes to them instead of using .css()? This > might work: > > > input[type='text'] { background: #FF !important; } > > input[type='text'].erroneous{ background: red !important; } > > I am thinkin

[jQuery] Re: Removing google toolbar's autofill yellow

2008-10-09 Thread Dave Methvin
How about assigning classes to them instead of using .css()? This might work: > input[type='text'] { background: #FF !important; } > input[type='text'].erroneous{ background: red !important; } I am thinking that because the second rule is more selective than the first, it should take precede