mirror of https://github.com/twbs/bootstrap.git
ie support placeholder color (http://msdn.microsoft.com/en-us/library/ie/hh772745(v=vs.85).aspx)
This commit is contained in:
parent
b261f9781b
commit
34e5bc5f1d
|
|
@ -84,6 +84,9 @@
|
|||
:-moz-placeholder {
|
||||
color: @color;
|
||||
}
|
||||
:-ms-input-placeholder {
|
||||
color: @color;
|
||||
}
|
||||
::-webkit-input-placeholder {
|
||||
color: @color;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue