Patch for preventing undesirable selection of tool buttons. For example if ctrl-a is pressed.
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2045 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
7c69f04d21
commit
f1fcca06a8
|
@ -2,6 +2,14 @@
|
|||
background: #D0D0D0;
|
||||
}
|
||||
|
||||
html, body, div{
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#browser-not-supported {
|
||||
font-size: 0.8em;
|
||||
font-family: Verdana, Helvetica, Arial;
|
||||
|
|
Loading…
Reference in New Issue