Explorar el Código

Add files via upload

Daniele Bonini | 5mode.com | WebDev | Translator hace 3 años
padre
commit
33a7090201
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -74,7 +74,7 @@ https://opensource.org/licenses/BSD-3-Clause -->
     &nbsp;<input type="text" id="Password" name="Password" style="font-size:10px; color:black; width: 90%; border-radius:3px;" value=""><br>
     &nbsp;Salt<br>
     &nbsp;<input type="text" id="Salt" style="font-size:10px; color:black; width: 90%; border-radius:3px;" autocomplete="off"><br><br>
-    &nbsp;<input type="button" id="Encode" value="Hash Me!" onclick="showEncodedPassword();" style="position:relative;left:-2px;width:92%; color:black;">
+    &nbsp;<input type="button" id="Encode" value="Hash Me!" onclick="showEncodedPassword();" style="position:relative;left:-2px;width:92%; border-radius:2px; color:black;">
     <br><br><br>
 </div>