https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9a966f1f65314a86233697e88f6d99a62552395b authored by ffxbld on 12 May 2013, 21:24:21 UTC
Added FIREFOX_21_0_RELEASE FIREFOX_21_0_BUILD4 tag(s) for changeset 916fdce8831c. DONTBUILD CLOSED TREE a=release
Tip revision: 9a966f1
style.css
.ref {
  background-color: green;
}

.enabled {
  background-color: red;
}

:enabled.enabled {
  background-color: green;
}

.disabled {
  background-color: green;
}

:enabled.disabled {
  background-color: red;
}
back to top