From 9c2148a983f1aa757142576ce154381c49780327 Mon Sep 17 00:00:00 2001 From: Adrian Jones Date: Fri, 14 Oct 2011 15:07:24 +0000 Subject: [PATCH] Fixes issue with r2045 that prevented selecting text in various controls git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2048 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 981239b4..a56e6035 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -3,13 +3,13 @@ } html, body, div{ - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -o-user-select: none; - user-select: none; + -webkit-user-select: text; + -khtml-user-select: text; + -moz-user-select: text; + -o-user-select: text; + user-select: text; /* this will work for QtWebKit in future */ - -webkit-user-drag: none; + -webkit-user-drag: text; } #browser-not-supported {