]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
#3449: make legend and form-actions the same border color
authorMark Otto <markotto@twitter.com>
Mon, 14 May 2012 00:43:04 +0000 (17:43 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 14 May 2012 00:43:04 +0000 (17:43 -0700)
docs/assets/css/bootstrap.css
less/forms.less

index f13cad826dd5fa415f0c0099ed8daad04ca3f89d..d6326a156f523419931d3a821bdbd70b04ba5a53 100644 (file)
@@ -603,7 +603,7 @@ em {
 
 abbr[title] {
   cursor: help;
-  border-bottom: 1px dotted #ddd;
+  border-bottom: 1px dotted #999999;
 }
 
 abbr.initialism {
@@ -740,7 +740,7 @@ legend {
   line-height: 36px;
   color: #333333;
   border: 0;
-  border-bottom: 1px solid #eee;
+  border-bottom: 1px solid #e5e5e5;
 }
 
 legend small {
@@ -1190,7 +1190,7 @@ select:focus:required:invalid:focus {
   margin-top: 18px;
   margin-bottom: 18px;
   background-color: #f5f5f5;
-  border-top: 1px solid #ddd;
+  border-top: 1px solid #e5e5e5;
   *zoom: 1;
 }
 
index 61e29b69772ccf9881bee262c9f2c09f99b81795..9f95dd64f89dde3c7082b59ca1e0f6013f346032 100644 (file)
@@ -27,7 +27,7 @@ legend {
   line-height: @baseLineHeight * 2;
   color: @grayDark;
   border: 0;
-  border-bottom: 1px solid #eee;
+  border-bottom: 1px solid #e5e5e5;
 
   // Small
   small {
@@ -329,7 +329,7 @@ select:focus:required:invalid {
   margin-top: @baseLineHeight;
   margin-bottom: @baseLineHeight;
   background-color: @formActionsBackground;
-  border-top: 1px solid #ddd;
+  border-top: 1px solid #e5e5e5;
   .clearfix(); // Adding clearfix to allow for .pull-right button containers
 }