style.css 160 B

12345678910111213
  1. label {
  2. background-color: green;
  3. }
  4. label:enabled {
  5. background-color: red;
  6. }
  7. /* ref should always be green! */
  8. .ref:enabled {
  9. background-color: green;
  10. }