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