trisquel-icecat/icecat/layout/reftests/css-disabled/output/style.css

12 lines
164 B
CSS

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