Disabled fields use normal text-select cursor

This commit is contained in:
Ian Coleman
2014-09-25 09:54:03 +10:00
parent 8d930430e8
commit dd566a1e2f
2 changed files with 6 additions and 0 deletions

View File

@@ -21,6 +21,9 @@
body {
padding-bottom: 32px;
}
.form-control[disabled] {
cursor: auto;
}
.feedback-container {
position: fixed;
top: 0;

View File

@@ -13,6 +13,9 @@
body {
padding-bottom: 32px;
}
.form-control[disabled] {
cursor: auto;
}
.feedback-container {
position: fixed;
top: 0;