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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user