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