]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
ie support placeholder color (http://msdn.microsoft.com/en-us/library/ie/hh772745... 3584/head
authorAdemaro <ademaro@ya.ru>
Thu, 24 May 2012 09:57:02 +0000 (13:57 +0400)
committerAdemaro <ademaro@ya.ru>
Thu, 24 May 2012 09:57:02 +0000 (13:57 +0400)
less/mixins.less

index b107955f57b7ca2ff41963809ba65dd05ee7d922..002ee863408325396affb1d3ad3ffcd6807254e8 100644 (file)
@@ -84,6 +84,9 @@
   :-moz-placeholder {
     color: @color;
   }
+  :-ms-input-placeholder {
+    color: @color;
+  }
   ::-webkit-input-placeholder {
     color: @color;
   }