From dd566a1e2f7e01442890330db3845f3521cf011f Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 25 Sep 2014 09:54:03 +1000 Subject: Disabled fields use normal text-select cursor --- bip39-standalone.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bip39-standalone.html') diff --git a/bip39-standalone.html b/bip39-standalone.html index 84d875d..b30bd53 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -21,6 +21,9 @@ body { padding-bottom: 32px; } + .form-control[disabled] { + cursor: auto; + } .feedback-container { position: fixed; top: 0; -- cgit v1.2.3