Fix SVG-Edit bug
This commit is contained in:
parent
b48a56028a
commit
987140ed83
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue