From 040a19a40024f11adf8129dee615128e34994f61 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 7 Jul 2013 15:27:46 +0100 Subject: [PATCH] Remove o prefix and add ms Looking towards supporting IE10 and IE11 as a browser --- lib/settings-screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings-screen.css b/lib/settings-screen.css index fa607fc..60679ff 100644 --- a/lib/settings-screen.css +++ b/lib/settings-screen.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; font-size: 12px; }