]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #3973: same border on disabled inputs as default inputs:
authorMark Otto <markotto@twitter.com>
Mon, 9 Jul 2012 07:51:38 +0000 (00:51 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 9 Jul 2012 07:51:38 +0000 (00:51 -0700)
docs/assets/css/bootstrap.css
less/forms.less

index 9f313a9e1f917890aa9bd5d1edb91f4d05b35476..4a66eb66d284edf110c21addb63b883c301957bb 100644 (file)
@@ -1223,7 +1223,6 @@ select[readonly],
 textarea[readonly] {
   cursor: not-allowed;
   background-color: #eeeeee;
-  border-color: #ddd;
 }
 
 input[type="radio"][disabled],
index a30cc3fcffbfb51d1dda75f8605c7de37da5a904..63ee05751a6507b189f3d17ee45317c4087ee24a 100644 (file)
@@ -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],