mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
8ddfeb2aa2
--HG-- extra : rebase_source : 03d1be9b5742e8d17114aaeb0b5de20d61926d51
8 lines
153 B
HTML
8 lines
153 B
HTML
<style>
|
|
#s:indeterminate {
|
|
margin: 50px;
|
|
}
|
|
</style>
|
|
|
|
<input type="checkbox" id="s"><script>document.getElementById("s").indeterminate = true;</script>
|