mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-09 21:04:42 +00: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 {
|
:-moz-placeholder {
|
||||||
color: @color;
|
color: @color;
|
||||||
}
|
}
|
||||||
|
:-ms-input-placeholder {
|
||||||
|
color: @color;
|
||||||
|
}
|
||||||
::-webkit-input-placeholder {
|
::-webkit-input-placeholder {
|
||||||
color: @color;
|
color: @color;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue