https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 8a844bfe26bfbc5c32e67ebb220ee0b731b1556f authored by ffxbld on 13 June 2011, 23:15:44 UTC
Added tag FIREFOX_5_0b6_BUILD1 for changeset 937762949167. CLOSED TREE a=release
Tip revision: 8a844bf
style.css
.ref {
  background-color: green;
}

.disabled {
  background-color: red;
}

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

.enabled {
  background-color: green;
}

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