Commit 7fa9f605 authored by Mark Otto's avatar Mark Otto

recompile after adding ms-placeholder

parent 72e3b3be
......@@ -1224,6 +1224,10 @@ select:focus:required:invalid:focus {
color: #999999;
}
:-ms-input-placeholder {
color: #999999;
}
::-webkit-input-placeholder {
color: #999999;
}
......
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