mirror of https://github.com/twbs/bootstrap.git
recompile after adding ms-placeholder
This commit is contained in:
parent
72e3b3beb3
commit
7fa9f605d6
|
|
@ -1224,6 +1224,10 @@ select:focus:required:invalid:focus {
|
|||
color: #999999;
|
||||
}
|
||||
|
||||
:-ms-input-placeholder {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
::-webkit-input-placeholder {
|
||||
color: #999999;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue