Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-05-25 06:17:49 +0400
committerMark Otto <markotto@twitter.com>2012-05-25 06:17:49 +0400
commit72e3b3beb375706254db144adc632ae90c8fbaad (patch)
treebc7160d0386a97a51dacc62393841f99803fce19 /less
parent19489496c14525070bd759ec68583a34ea4c8547 (diff)
parent34e5bc5f1d3ea24c7fa6249bc5103e1cf94c3d4e (diff)
Merge branch 'ademaro-patch-1' into 2.0.4-wip
Diffstat (limited to 'less')
-rw-r--r--less/mixins.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/less/mixins.less b/less/mixins.less
index 068af63faf..ddc198535d 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -84,6 +84,9 @@
:-moz-placeholder {
color: @color;
}
+ :-ms-input-placeholder {
+ color: @color;
+ }
::-webkit-input-placeholder {
color: @color;
}