0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

Merge pull request #3128 from codler/patch-2

Add -ms-user-select
This commit is contained in:
Mark Otto 2012-04-18 09:22:38 -07:00
commit 48e6d88889

View File

@ -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;
}