diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2014-09-25 09:54:03 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2014-09-25 09:54:03 +1000 |
commit | dd566a1e2f7e01442890330db3845f3521cf011f (patch) | |
tree | 84b1e6e3892c45702830299e256bf0cb8c695aff /bip39-standalone.html | |
parent | 8d930430e85c9da65cbb161291998b731111c152 (diff) | |
download | BIP39-dd566a1e2f7e01442890330db3845f3521cf011f.tar.gz BIP39-dd566a1e2f7e01442890330db3845f3521cf011f.tar.zst BIP39-dd566a1e2f7e01442890330db3845f3521cf011f.zip |
Disabled fields use normal text-select cursor
Diffstat (limited to 'bip39-standalone.html')
-rw-r--r-- | bip39-standalone.html | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
21 | body { | 21 | body { |
22 | padding-bottom: 32px; | 22 | padding-bottom: 32px; |
23 | } | 23 | } |
24 | .form-control[disabled] { | ||
25 | cursor: auto; | ||
26 | } | ||
24 | .feedback-container { | 27 | .feedback-container { |
25 | position: fixed; | 28 | position: fixed; |
26 | top: 0; | 29 | top: 0; |