From 7800fee7e0874446bbbcd6148206800cdebe2fe9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 9 Jul 2012 00:51:38 -0700 Subject: [PATCH] fixes #3973: same border on disabled inputs as default inputs: --- docs/assets/css/bootstrap.css | 1 - less/forms.less | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 9f313a9e1f..4a66eb66d2 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 a30cc3fcff..63ee05751a 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],