Issue 73: Add eye icon for each layer (nonfunctional)

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@675 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-09-22 04:57:59 +00:00
parent 5b4c8aa01a
commit 1efcb7e17d
2 changed files with 7 additions and 0 deletions

BIN
editor/images/eye.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 B

View File

@@ -125,6 +125,13 @@ body {
width: 110px;
}
#svg_editor #layerlist option {
background-image: url('images/eye.png');
background-repeat: no-repeat;
background-position: 4px center;
padding-left: 25px;
}
#svg_editor div.palette_item {
height: 16px;
width: 16px;