Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<style>
input::selection {
border-radius: 10px;
background-color: green;
}
</style>
<input value="test" inputmode="none" autofocus onfocus="this.select()">