1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-06 21:56:42 +02:00

add -ms-user-select

This commit is contained in:
Han Lin Yap
2012-04-18 11:38:14 +03:00
parent f3cf4cbaae
commit c09602d172

View File

@@ -291,6 +291,7 @@
.user-select(@select) { .user-select(@select) {
-webkit-user-select: @select; -webkit-user-select: @select;
-moz-user-select: @select; -moz-user-select: @select;
-ms-user-select: @select;
-o-user-select: @select; -o-user-select: @select;
user-select: @select; user-select: @select;
} }