Fix SVG-Edit bug
This commit is contained in:
parent
b48a56028a
commit
987140ed83
|
@ -1,15 +1,15 @@
|
||||||
body {
|
body {
|
||||||
background: #D0D0D0;
|
background: #D0D0D0;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body, div{
|
html, body, div{
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: text;
|
||||||
-khtml-user-select: none;
|
-khtml-user-select: text;
|
||||||
-moz-user-select: none;
|
-moz-user-select: text;
|
||||||
-o-user-select: none;
|
-o-user-select: none;
|
||||||
user-select: none;
|
user-select: text;
|
||||||
/* this will work for QtWebKit in future */
|
/* this will work for QtWebKit in future */
|
||||||
-webkit-user-drag: none;
|
-webkit-user-drag: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#browser-not-supported {
|
#browser-not-supported {
|
||||||
|
|
Loading…
Reference in a new issue