From 13a5298be74d77aa636181bd461cc847f0c3cd5c Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 7 Jul 2013 15:27:09 +0100 Subject: [PATCH] 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 --- lib/file-types.css | 2 +- lib/help.css | 2 +- lib/multiple-results.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/file-types.css b/lib/file-types.css index 546721b..7dc95b6 100644 --- a/lib/file-types.css +++ b/lib/file-types.css @@ -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; } diff --git a/lib/help.css b/lib/help.css index e30e075..77ac932 100644 --- a/lib/help.css +++ b/lib/help.css @@ -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; } diff --git a/lib/multiple-results.css b/lib/multiple-results.css index db4cf02..d642b49 100644 --- a/lib/multiple-results.css +++ b/lib/multiple-results.css @@ -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; }