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