More work on Issue 73: Can now create and delete layers with undo/redo

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@670 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-09-22 01:00:24 +00:00
parent 18253b5e5d
commit cda961e7ba
3 changed files with 125 additions and 35 deletions

View File

@@ -107,6 +107,17 @@ body {
cursor: pointer;
}
#svg_editor .layer_buttonpressed {
width: 15px;
height: 15px;
padding: 1px;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
border-left: 1px solid #808080;
border-top: 1px solid #808080;
cursor: pointer;
}
#svg_editor #layerlist {
margin: 0px;
width: 110px;