Remove o prefix and add ms

Looking towards supporting IE10 and IE11 as a browser
This commit is contained in:
Matt Pass
2013-07-07 15:27:46 +01:00
parent 13a5298be7
commit 040a19a400

View File

@@ -19,7 +19,7 @@ table, caption, tbody, tfoot, thead, tr, th, td {
body {overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select:none;
-ms-user-select:none;
user-select: none;
font-size: 12px;
}