mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 20:00:15 +00:00
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>
|