mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-05-24 17:44:44 +00:00
Disabled fields use normal text-select cursor
This commit is contained in:
@@ -21,6 +21,9 @@
|
|||||||
body {
|
body {
|
||||||
padding-bottom: 32px;
|
padding-bottom: 32px;
|
||||||
}
|
}
|
||||||
|
.form-control[disabled] {
|
||||||
|
cursor: auto;
|
||||||
|
}
|
||||||
.feedback-container {
|
.feedback-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|||||||
@@ -13,6 +13,9 @@
|
|||||||
body {
|
body {
|
||||||
padding-bottom: 32px;
|
padding-bottom: 32px;
|
||||||
}
|
}
|
||||||
|
.form-control[disabled] {
|
||||||
|
cursor: auto;
|
||||||
|
}
|
||||||
.feedback-container {
|
.feedback-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user