https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e9c54f30578a876f45deb9a45122237c5e5ebff0 authored by B2G Bumper Bot on 11 May 2015, 18:33:08 UTC
Bumping manifests a=b2g-bump
Tip revision: e9c54f3
style.css
select {
  -moz-appearance: none;
}

.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