]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix #3036: add bg color to inputs
authorMark Otto <markotto@twitter.com>
Sat, 14 Apr 2012 20:18:37 +0000 (13:18 -0700)
committerMark Otto <markotto@twitter.com>
Sat, 14 Apr 2012 20:18:37 +0000 (13:18 -0700)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/forms.less

index cb1e91545f2d45c1c7cd623f116f9496c12cb274..f5b933c9c91ebcb587c679fcc8a3eb5bfede5613 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index dd141c59964b7c1e9d13e765cc4615d85c1b1c96..7134c6e71161132b70643634a1019354e4db247f 100644 (file)
@@ -641,6 +641,7 @@ select,
   font-size: 13px;
   line-height: 18px;
   color: #555555;
+  background-color: #ffffff;
   border: 1px solid #cccccc;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
index 60eff0043800a5ccbbc574cd4f25b979ae1d16f1..dafe1c5c32790ca69548739ed139acc954c75f3d 100644 (file)
@@ -71,6 +71,7 @@ select,
   font-size: @baseFontSize;
   line-height: @baseLineHeight;
   color: @gray;
+  background-color: @inputBackground;
   border: 1px solid @inputBorder;
   .border-radius(@inputBorderRadius);
 }