Fixed #22 - Changed Private key input to white

This commit is contained in:
FallenGravity
2019-10-14 15:53:40 +02:00
parent f8eafd2f44
commit 9a6a831c83

View File

@@ -188,7 +188,7 @@
<tr style="border-color:#000;">
<td data-th="Private Key">
<input type="text" id="privatekey" name="privatekey" placeholder="Enter Private Key"
style="color:Black;">
style="color:White;">
</td>
</tr>
</table>
@@ -741,4 +741,4 @@
module = window.module;
</script>
</div>
</div>