diff options
| author | Mark Otto <[email protected]> | 2012-04-14 13:18:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-14 13:18:37 -0700 |
| commit | a7d8145a321036e39a91fc9648710e62f7f164ac (patch) | |
| tree | c03c10ebaf88604251f623845a7c61b9031a8f8e /less/forms.less | |
| parent | c710f03995c653523053973635ae5aa61cadd4e0 (diff) | |
| download | bootstrap-a7d8145a321036e39a91fc9648710e62f7f164ac.tar.xz bootstrap-a7d8145a321036e39a91fc9648710e62f7f164ac.zip | |
fix #3036: add bg color to inputs
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index 60eff0043..dafe1c5c3 100644 --- a/less/forms.less +++ b/less/forms.less @@ -71,6 +71,7 @@ select, font-size: @baseFontSize; line-height: @baseLineHeight; color: @gray; + background-color: @inputBackground; border: 1px solid @inputBorder; .border-radius(@inputBorderRadius); } |
