https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e3a11f4f77b901a13add54141bf8fa9375bd57d0 authored by tbirdbld on 31 July 2012, 22:20:42 UTC
Added THUNDERBIRD_15_0b2_RELEASE THUNDERBIRD_15_0b2_BUILD1 tag(s) for changeset 1ac588e89dd5. DONTBUILD CLOSED TREE a=release
Tip revision: e3a11f4
indeterminate-selector.html
<style>
#s:indeterminate {
  margin: 50px;
}
</style>

<input type="checkbox" id="s"><script>document.getElementById("s").indeterminate = true;</script>
back to top