From: Ian Coleman Date: Thu, 25 Sep 2014 00:06:28 +0000 (+1000) Subject: disabled changed to readonly X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=d198865f7552237188659c778c0456988c6619df;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git disabled changed to readonly disabled form fields cannot be selected for copying in Firefox browser. --- diff --git a/bip39-standalone.html b/bip39-standalone.html index b30bd53..591cdce 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -21,8 +21,8 @@ body { padding-bottom: 32px; } - .form-control[disabled] { - cursor: auto; + .form-control[readonly] { + cursor: text; } .feedback-container { position: fixed; @@ -85,7 +85,7 @@
- +
@@ -145,7 +145,7 @@
- +
@@ -170,13 +170,13 @@
- +
- +
diff --git a/src/index.html b/src/index.html index fb287f5..40955dd 100644 --- a/src/index.html +++ b/src/index.html @@ -13,8 +13,8 @@ body { padding-bottom: 32px; } - .form-control[disabled] { - cursor: auto; + .form-control[readonly] { + cursor: text; } .feedback-container { position: fixed; @@ -77,7 +77,7 @@
- +
@@ -137,7 +137,7 @@
- +
@@ -162,13 +162,13 @@
- +
- +