2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fix input grid sizing, fix background color on form actions and append add-ons

This commit is contained in:
Mark Otto
2012-03-05 23:06:27 -08:00
parent bcd9294cc4
commit 79090ac121
5 changed files with 52 additions and 52 deletions
+2 -2
View File
@@ -314,7 +314,7 @@ select:focus:required:invalid {
padding: (@baseLineHeight - 1) 20px @baseLineHeight;
margin-top: @baseLineHeight;
margin-bottom: @baseLineHeight;
background-color: #grayLight;
background-color: @grayLighter;
border-top: 1px solid #ddd;
.clearfix(); // Adding clearfix to allow for .pull-right button containers
}
@@ -387,7 +387,7 @@ select:focus:required:invalid {
line-height: @baseLineHeight;
text-align: center;
text-shadow: 0 1px 0 @white;
background-color: #grayLight;
background-color: @grayLighter;
border: 1px solid #ccc;
.border-radius(3px 0 0 3px);
}