在FF29 +中输入[type = number]占位符颜色

时间:2014-05-07 08:39:50

标签: css firefox placeholder

<input type="text" placeholder="test" />
<input type="number" placeholder="test" />

我如何设计风格?

:-moz-placeholder {
  color: red;
  opacity: 1;
}

::-moz-placeholder {
  color: red;
  opacity: 1;
}

为什么全球占位符的工作并没有,即使firebug已经应用了?这是一个错误,是不是意图?

http://jsbin.com/papad/1/edit?html,css,output

enter image description here

1 个答案:

答案 0 :(得分:11)

这显然是一个错误:

然而,它似乎确实适用于某些用户......