michael@0: select { michael@0: -moz-appearance: none; michael@0: } michael@0: michael@0: .ref { michael@0: background-color: green; michael@0: } michael@0: michael@0: .enabled { michael@0: background-color: red; michael@0: } michael@0: michael@0: :enabled.enabled { michael@0: background-color: green; michael@0: } michael@0: michael@0: .disabled { michael@0: background-color: green; michael@0: } michael@0: michael@0: :enabled.disabled { michael@0: background-color: red; michael@0: }