[jQuery] Re: Using addClass to Highlight Errors

2009-09-24 Thread s.ross
On Sep 24, 12:26 pm, Bertilo Wennergren wrote: > s.ross wrote: > > I have what I'm certain amounts to a CSS misunderstanding on my part. > > Here's the reduced problem: > > > CSS > > > input[type='text'], textarea { > >   background-color: #2c2c2c; > >   color: white; } > > > .warning { > >   ba

[jQuery] Re: Using addClass to Highlight Errors

2009-09-24 Thread Bertilo Wennergren
s.ross wrote: I have what I'm certain amounts to a CSS misunderstanding on my part. Here's the reduced problem: CSS input[type='text'], textarea { background-color: #2c2c2c; color: white; } .warning { background-color: "#851728"; } .error { background-color: "#8D580F"; } HTML