Fix bug in Layers: Moving layers around did not properly update the pointer-events

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@679 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-09-22 18:10:54 +00:00
parent 920a5df480
commit 7a4d09d6dd
3 changed files with 24 additions and 27 deletions

View File

@@ -125,8 +125,9 @@ body {
width: 110px;
}
/* TODO: Make this work in more than just Firefox */
#svg_editor #layerlist option {
background-image: url('images/eye.png');
/* background-image: url('images/eye.png');*/
background-repeat: no-repeat;
background-position: 4px center;
padding-left: 25px;