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-75d572ba1ddd
master
Adrian Jones 2011-09-30 14:37:52 +00:00
parent 7c69f04d21
commit f1fcca06a8
1 changed files with 8 additions and 0 deletions

View File

@ -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;