1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

recompile after adding ms-placeholder

This commit is contained in:
Mark Otto 2012-05-24 19:18:06 -07:00
parent 72e3b3beb3
commit 7fa9f605d6

View file

@ -1224,6 +1224,10 @@ select:focus:required:invalid:focus {
color: #999999;
}
:-ms-input-placeholder {
color: #999999;
}
::-webkit-input-placeholder {
color: #999999;
}