From d198865f7552237188659c778c0456988c6619df Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 25 Sep 2014 10:06:28 +1000 Subject: disabled changed to readonly disabled form fields cannot be selected for copying in Firefox browser. --- src/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/index.html') 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 @@
- +
- +
-- cgit v1.2.3