Fix Issue 73: Implement Layers

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@704 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-09-24 04:48:40 +00:00
parent 000bb569c8
commit 4ec6be307a
3 changed files with 62 additions and 36 deletions

View File

@@ -144,9 +144,15 @@ body {
background-repeat: no-repeat;
background-position: 3px center;
width: 22px;
cursor:pointer;
}
#svg_editor #layerlist td.layerinvis {
background-image: none;
cursor:pointer;
}
#svg_editor #layerlist td.layername {
cursor: pointer;
}
#svg_editor #layerlist tr.layersel td.layername {