Fix SVG-Edit bug

master
Jacques Distler 2011-10-14 10:35:56 -05:00
parent b48a56028a
commit 987140ed83
1 changed files with 6 additions and 6 deletions

View File

@ -1,15 +1,15 @@
body {
body {
background: #D0D0D0;
}
html, body, div{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-o-user-select: none;
user-select: none;
user-select: text;
/* this will work for QtWebKit in future */
-webkit-user-drag: none;
-webkit-user-drag: text;
}
#browser-not-supported {