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