Source code
Revision control
Copy as Markdown
Other Tools
output {
background-color: green;
}
output:disabled {
background-color: red;
}
/* ref should always be green! */
.ref:disabled {
background-color: green;
}