From 8fb76ac6f838030017f93726a64fc28243f0deb0 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 9 Jun 2009 06:03:36 +0000 Subject: [PATCH] (hopefully) fixed odd behaviour in Firefox 2.x git-svn-id: http://svg-edit.googlecode.com/svn/trunk@76 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/svg-editor.css b/editor/svg-editor.css index de23ab8e..7f6c576b 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -17,6 +17,7 @@ height: 480px; border: 1px solid #808080; border-left: none; + -moz-user-select: none; } #svg_editor #svgcanvas {