mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
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
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@
|
|||
:-moz-placeholder {
|
||||
color: @color;
|
||||
}
|
||||
:-ms-input-placeholder {
|
||||
color: @color;
|
||||
}
|
||||
::-webkit-input-placeholder {
|
||||
color: @color;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue