]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
make .input-prepend/append .add-on text color the same as labels, #333, to close...
authorMark Otto <markotto@twitter.com>
Tue, 28 Feb 2012 03:44:16 +0000 (19:44 -0800)
committerMark Otto <markotto@twitter.com>
Tue, 28 Feb 2012 03:44:16 +0000 (19:44 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/forms.less

index 1729408b0be83f385dffe6114e407240dce39b94..c93d0230e61cca64221114202dce781d2be7f254 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 37f0aac4f1c802470650a67b91452ac297cbd5cc..82b96d55dfe0f9cc234f9e36be6a7c2b2dd3b8d6 100644 (file)
@@ -931,7 +931,6 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
   padding: 4px 5px;
   font-weight: normal;
   line-height: 18px;
-  color: #999999;
   text-align: center;
   text-shadow: 0 1px 0 #ffffff;
   background-color: #f5f5f5;
index 0f7ba9d50eaa8c6bd77aeb023c11ac80d7d629e0..7f02ce3659e1fd0d80f6d1f9190e7f9ccf438e1b 100644 (file)
@@ -385,7 +385,6 @@ select:focus:required:invalid {
     padding: 4px 5px;
     font-weight: normal;
     line-height: @baseLineHeight;
-    color: @grayLight;
     text-align: center;
     text-shadow: 0 1px 0 @white;
     background-color: #f5f5f5;