Commit 7525aac8 authored by Mark Otto's avatar Mark Otto

make .input-prepend/append .add-on text color the same as labels, #333, to close out #2276

parent d5759882
...@@ -931,7 +931,6 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec ...@@ -931,7 +931,6 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
padding: 4px 5px; padding: 4px 5px;
font-weight: normal; font-weight: normal;
line-height: 18px; line-height: 18px;
color: #999999;
text-align: center; text-align: center;
text-shadow: 0 1px 0 #ffffff; text-shadow: 0 1px 0 #ffffff;
background-color: #f5f5f5; background-color: #f5f5f5;
......
...@@ -385,7 +385,6 @@ select:focus:required:invalid { ...@@ -385,7 +385,6 @@ select:focus:required:invalid {
padding: 4px 5px; padding: 4px 5px;
font-weight: normal; font-weight: normal;
line-height: @baseLineHeight; line-height: @baseLineHeight;
color: @grayLight;
text-align: center; text-align: center;
text-shadow: 0 1px 0 @white; text-shadow: 0 1px 0 @white;
background-color: #f5f5f5; background-color: #f5f5f5;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment