如何在 Bootstrap 中更改占位符颜色?
我尝试过的以下代码不起作用。
input::-webkit-input-placeholder { color: red; } input:-moz-placeholder { color: red; }
twitter-bootstrap
twitter-bootstrap ×1