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