From: Han Lin Yap Date: Wed, 18 Apr 2012 08:38:14 +0000 (+0300) Subject: add -ms-user-select X-Git-Tag: v2.0.3~5^2~16^2~1^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3128%2Fhead;p=thirdparty%2Fbootstrap.git add -ms-user-select --- diff --git a/less/mixins.less b/less/mixins.less index ddd25d0e42..e0cb5f8a50 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -291,6 +291,7 @@ .user-select(@select) { -webkit-user-select: @select; -moz-user-select: @select; + -ms-user-select: @select; -o-user-select: @select; user-select: @select; }