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

fix #3036: add bg color to inputs

This commit is contained in:
Mark Otto
2012-04-14 13:18:37 -07:00
parent c710f03995
commit a7d8145a32
3 changed files with 2 additions and 0 deletions
+1
View File
@@ -71,6 +71,7 @@ select,
font-size: @baseFontSize;
line-height: @baseLineHeight;
color: @gray;
background-color: @inputBackground;
border: 1px solid @inputBorder;
.border-radius(@inputBorderRadius);
}