Commit 8eac15c1c0a107d304cc0956e38c577764f369a6

Authored by ykxie
1 parent 4a3d9bc6

修改图标

src/css/demo.css
... ... @@ -137,6 +137,9 @@ ul.ztree li span.button.ico_close{
137 137 ul.ztree li span.button.ico_docu{
138 138 background: url(../img/icon-files-java.png) no-repeat scroll center center transparent;
139 139 }
  140 +ul.ztree li span.button.edit{
  141 + background: url(../img/icon-editer.svg) no-repeat scroll center center transparent;
  142 +}
140 143 ul.ztree li span.button.add {
141 144 background-position:-144px 0;
142 145 }
... ...
src/img/icon-editer.svg 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2 +<svg width="10px" height="12px" viewBox="0 0 10 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  3 + <!-- Generator: Sketch 41 (35326) - http://www.bohemiancoding.com/sketch -->
  4 + <title>Combined Shape Copy</title>
  5 + <desc>Created with Sketch.</desc>
  6 + <defs></defs>
  7 + <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
  8 + <g id="03-班次-录制编程界面-其他语言" transform="translate(-42.000000, -238.000000)" fill="#1FB6FF">
  9 + <g id="package1" transform="translate(20.000000, 208.000000)">
  10 + <path d="M30.7951479,32.0472389 L30.7902485,32.0427495 C31.0462249,31.7389679 31.035432,31.2856116 30.7498462,30.9992887 L29.9778698,30.2245496 C29.692426,29.9382981 29.2406864,29.9268964 28.9383432,30.1836464 L28.9335858,30.1790857 L28.888426,30.2245496 L28.1163077,30.9992887 L29.9778698,32.8674419 L30.7951479,32.0472389 Z M23.8626698,38.9876102 L23.8662911,38.9915295 L29.4436639,33.3938398 L27.5821018,31.5257579 L22.0072142,37.1203834 L22.0006107,37.1203834 L22.0006107,38.9892492 L23.8626698,38.9892492 L23.8626698,38.9876102 Z M22.0012213,40.4991211 L32.0012213,40.4991211 L32.0012213,42 L22.0012213,42 L22.0012213,40.4991211 Z" id="Combined-Shape-Copy"></path>
  11 + </g>
  12 + </g>
  13 + </g>
  14 +</svg>
0 15 \ No newline at end of file
... ...