michael@0: /* Override default style */ michael@0: select:invalid { michael@0: box-shadow: none; michael@0: } michael@0: michael@0: select.notinvalid { michael@0: background-color: green; michael@0: } michael@0: select.notinvalid:invalid { michael@0: background-color: red; michael@0: } michael@0: michael@0: select.invalid { michael@0: background-color: red; michael@0: } michael@0: select.invalid:invalid { michael@0: background-color: green; michael@0: }