From 1efcb7e17d0358c1490f4713a6cfa9d3a7f6c23f Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Tue, 22 Sep 2009 04:57:59 +0000 Subject: [PATCH] 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 --- editor/images/eye.png | Bin 0 -> 750 bytes editor/svg-editor.css | 7 +++++++ 2 files changed, 7 insertions(+) create mode 100644 editor/images/eye.png diff --git a/editor/images/eye.png b/editor/images/eye.png new file mode 100644 index 0000000000000000000000000000000000000000..564a1a9714ff37aee1c8758109113e434eff7862 GIT binary patch literal 750 zcmVWW=I5Rl}zuENrQ28Pt;CX(qKOcDU|M8F&Z%jVGSZA7t& zSX&s1bi|{*v*DgAz3ST9+K6Us3~0Q9*~BWe6PID=&0x|wWdf!IWgI(}6lv9v-FpSS zw1U9OL{Ex%ACuJL>=wxTZg0 zEf8`!jsrze5UvA~SqG-HeEY!{P)iC{?3#nq?S616TB~hnMW{0-6j9tLvf?&u+XiC{ z?O_E0jiYQZlqIojGL$5a1qk9N)mlxpmZq1W6gHT`ec`8K>j$jl3}`WfukS z{=!u2#P1a^U!H8Xl5T`7??NT1t zUc_pqB=&-xQ}oxwg~5^6HaUDuDLGXE;y3!@QP_pOFSc-kKKIu gX8xa5{%_a#2W_ovs9z>%07*qoM6N<$f|edvg8%>k literal 0 HcmV?d00001 diff --git a/editor/svg-editor.css b/editor/svg-editor.css index a3eb0ea2..fda29a58 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -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;