aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-09 00:51:38 -0700
committerMark Otto <[email protected]>2012-07-09 00:51:38 -0700
commit7800fee7e0874446bbbcd6148206800cdebe2fe9 (patch)
tree9b22fefac7f70f9f9fbc3b2f80e2029ee4bb11bc
parent07f80e6fd8664c9450b5e363631ed330bb7c3136 (diff)
downloadbootstrap-7800fee7e0874446bbbcd6148206800cdebe2fe9.tar.xz
bootstrap-7800fee7e0874446bbbcd6148206800cdebe2fe9.zip
fixes #3973: same border on disabled inputs as default inputs:
-rw-r--r--docs/assets/css/bootstrap.css1
-rw-r--r--less/forms.less1
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 9f313a9e1..4a66eb66d 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1223,7 +1223,6 @@ select[readonly],
textarea[readonly] {
cursor: not-allowed;
background-color: #eeeeee;
- border-color: #ddd;
}
input[type="radio"][disabled],
diff --git a/less/forms.less b/less/forms.less
index a30cc3fcf..63ee05751 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -306,7 +306,6 @@ select[readonly],
textarea[readonly] {
cursor: not-allowed;
background-color: @inputDisabledBackground;
- border-color: #ddd;
}
// Explicitly reset the colors here
input[type="radio"][disabled],