aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bip39-standalone.html3
-rw-r--r--src/index.html3
2 files changed, 6 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;
diff --git a/src/index.html b/src/index.html
index 4a9647e..fb287f5 100644
--- a/src/index.html
+++ b/src/index.html
@@ -13,6 +13,9 @@
13 body { 13 body {
14 padding-bottom: 32px; 14 padding-bottom: 32px;
15 } 15 }
16 .form-control[disabled] {
17 cursor: auto;
18 }
16 .feedback-container { 19 .feedback-container {
17 position: fixed; 20 position: fixed;
18 top: 0; 21 top: 0;