Remove o prefix add ms

Opera now uses webkit and as IE10 is becoming a better browser, I'm
taking steps towards supporting it by adding a prefix for no user
selects
This commit is contained in:
Matt Pass
2013-07-07 15:27:09 +01:00
parent b366e47197
commit 13a5298be7
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
margin: 15px 0 15px 20px;
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
user-select: none;
}

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

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