[svg-edit] r2048 committed - Fixes issue with r2045 that prevented selecting text in various contro...

0 views
Skip to first unread message

svg-...@googlecode.com

unread,
Oct 14, 2011, 11:08:10 AM10/14/11
to svg-edi...@googlegroups.com
Revision: 2048
Author: adrian...@gmail.com
Date: Fri Oct 14 08:07:24 2011
Log: Fixes issue with r2045 that prevented selecting text in various
controls

http://code.google.com/p/svg-edit/source/detail?r=2048

Modified:
/trunk/editor/svg-editor.css

=======================================
--- /trunk/editor/svg-editor.css Fri Sep 30 07:50:00 2011
+++ /trunk/editor/svg-editor.css Fri Oct 14 08:07:24 2011
@@ -3,13 +3,13 @@
}

html, body, div{
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -o-user-select: none;
- user-select: none;
+ -webkit-user-select: text;
+ -khtml-user-select: text;
+ -moz-user-select: text;
+ -o-user-select: text;
+ user-select: text;
/* this will work for QtWebKit in future */
- -webkit-user-drag: none;
+ -webkit-user-drag: text;
}

#browser-not-supported {

Reply all
Reply to author
Forward
0 new messages