Extra part to undesirable selection patch

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2046 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Adrian Jones 2011-09-30 14:50:00 +00:00
parent f1fcca06a8
commit 1c11da64a4
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ html, body, div{
-moz-user-select: none; -moz-user-select: none;
-o-user-select: none; -o-user-select: none;
user-select: none; user-select: none;
/* this will work for QtWebKit in future */
-webkit-user-drag: none;
} }
#browser-not-supported { #browser-not-supported {