0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-21 18:54:30 +01: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; color: #999999;
} }
:-ms-input-placeholder {
color: #999999;
}
::-webkit-input-placeholder { ::-webkit-input-placeholder {
color: #999999; color: #999999;
} }