mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01: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
@ -84,6 +84,9 @@
|
||||
:-moz-placeholder {
|
||||
color: @color;
|
||||
}
|
||||
:-ms-input-placeholder {
|
||||
color: @color;
|
||||
}
|
||||
::-webkit-input-placeholder {
|
||||
color: @color;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user