gecko/layout/reftests/css-disabled/label/style.css

13 lines
162 B
CSS
Raw Normal View History

label {
background-color: green;
}
label:disabled {
background-color: red;
}
/* ref should always be green! */
.ref:disabled {
background-color: green;
}