如何为占位符编写自定义CSS

时间:2017-07-12 06:57:49

标签: css sass placeholder

我想自定义模态内的占位符,即那些属于类样式的输入。

我尝试使用以下CSS但它似乎不起作用。

.styled-input::-webkit-input-placeholder {
    color: blue !important;
}
.styled-input:-moz-placeholder {
    color: blue !important;

}
.styled-input::-moz-placeholder {
    color: blue !important;

}

0 个答案:

没有答案