https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 1fe15fe9c37a836d4bb21a208493af3d0788c84b authored by B2G Bumper Bot on 09 June 2014, 13:47:09 UTC
Bumping manifests a=b2g-bump
Tip revision: 1fe15fe
style.css
output {
  background-color: green;
}

output:disabled {
  background-color: red;
}

/* ref should always be green! */
.ref:disabled {
  background-color: green;
}
back to top