From d198865f7552237188659c778c0456988c6619df Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 25 Sep 2014 10:06:28 +1000 Subject: [PATCH] disabled changed to readonly disabled form fields cannot be selected for copying in Firefox browser. --- bip39-standalone.html | 12 ++++++------ src/index.html | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) 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 @@
- +
- +
-- 2.41.0