mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 01:58:36 +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>
|