]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Disabled fields use normal text-select cursor
authorIan Coleman <coleman.ian@gmail.com>
Wed, 24 Sep 2014 23:54:03 +0000 (09:54 +1000)
committerIan Coleman <coleman.ian@gmail.com>
Wed, 24 Sep 2014 23:54:03 +0000 (09:54 +1000)
bip39-standalone.html
src/index.html

index 84d875d27996ec2136491db3be27b3f7be3ecb77..b30bd5367ef4a61c9714da80765eb2ee2b68b57d 100644 (file)
@@ -21,6 +21,9 @@
             body {
                 padding-bottom: 32px;
             }
+            .form-control[disabled] {
+                cursor: auto;
+            }
             .feedback-container {
                 position: fixed;
                 top: 0;
index 4a9647e5263afe7217cb8ecd49ff08e027981a12..fb287f55d89ba3bf38a8306681d1a3089b1c3034 100644 (file)
@@ -13,6 +13,9 @@
             body {
                 padding-bottom: 32px;
             }
+            .form-control[disabled] {
+                cursor: auto;
+            }
             .feedback-container {
                 position: fixed;
                 top: 0;