aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-04-14 13:18:37 -0700
committerMark Otto <[email protected]>2012-04-14 13:18:37 -0700
commita7d8145a321036e39a91fc9648710e62f7f164ac (patch)
treec03c10ebaf88604251f623845a7c61b9031a8f8e /less/forms.less
parentc710f03995c653523053973635ae5aa61cadd4e0 (diff)
downloadbootstrap-a7d8145a321036e39a91fc9648710e62f7f164ac.tar.xz
bootstrap-a7d8145a321036e39a91fc9648710e62f7f164ac.zip
fix #3036: add bg color to inputs
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less1
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);
}