diff options
| author | Mark Otto <[email protected]> | 2012-03-05 23:06:27 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-05 23:06:27 -0800 |
| commit | 79090ac12115bb5402a4756e791fb14dd7a1257b (patch) | |
| tree | 91f3b4443885aa5d90b075f4d942d0818ffb7a4a /less/forms.less | |
| parent | bcd9294cc43dcf712314fa3633531812cad39adb (diff) | |
| download | bootstrap-79090ac12115bb5402a4756e791fb14dd7a1257b.tar.xz bootstrap-79090ac12115bb5402a4756e791fb14dd7a1257b.zip | |
fix input grid sizing, fix background color on form actions and append add-ons
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/forms.less b/less/forms.less index ec3e89e1a..4043e45a4 100644 --- a/less/forms.less +++ b/less/forms.less @@ -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); } |
