]> git.wh0rd.org - chrome-ext/web-power-switch.git/blobdiff - options.html
options: improve field handling
[chrome-ext/web-power-switch.git] / options.html
index f9cac46f4ceeefcbcceaab0aa20421d59fd37997..263a898c1b258f44bcba2f059bc6ba066dd21e71 100644 (file)
 <body>
 <table>
 <tr>
- <td>URL:</td><td><input type='text' id='url' size=40></td>
+ <td>URL:</td>
+ <td><input type='text' id='url' size=40
+            autocapitalize='none' autocorrect='off' spellcheck='false'></td>
 </tr>
 <tr>
- <td>User:</td><td><input type='text' id='user' size=40></td>
+ <td>User:</td>
+ <td><input type='text' id='user' size=40
+            autocapitalize='none' autocorrect='off' spellcheck='false'></td>
 </tr>
 <tr>
- <td>Pass:</td><td><input type='text' id='pass' size=40></td>
+ <td>Pass:</td>
+ <td><input type='password' id='pass' size=30
+            autocapitalize='none' autocorrect='off' spellcheck='false'>&nbsp;<button id='show-pass'>👁</button></td>
 </tr>
 </table>