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

13 lines
160 B
CSS
Raw Normal View History

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