mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
a9bf64c109
--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>
|