如何更改文本框中文本的颜色......给出了颜色属性但它不起作用......
在下面提供我的代码和小提琴
http://jsfiddle.net/Zkdfq/1/embedded/result/
<form class="navbar-form pull-right">
<input class="span2" type="text" placeholder="Email">
<input class="span2" type="password" placeholder="Password">
<button type="submit" class="btn">Sign in</button>
</form>