Files
2018-02-02 04:16:08 -05:00

13 lines
160 B
CSS

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