diff --git a/editor/svg-editor.css b/editor/svg-editor.css index ef86752..7a85c62 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -638,16 +638,6 @@ html, body { #svg_editor #tools_left .tool_button.loaded { background: #ccc;} #svg_editor #tools_left .tool_button.loaded:hover { background: #fff;} -#svg_editor #tools_left .tool_button:after { - position: absolute; - content: ''; - left: 0; - top: 0; - height: 100%; - border-left: solid rgba(45,45,45,0.5) 1px; - -} - #tools_top .padded { padding: 10px 0; } diff --git a/editor/svg-editor.js b/editor/svg-editor.js index b3d81b7..f2a9b76 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -299,7 +299,7 @@ extFunc(); } $.svgIcons(curConfig.imgPath + 'svg_edit_icons.svg', { - w:24, h:24, + w:27, h:27, id_match: false, no_img: !svgedit.browser.isWebkit(), // Opera & Firefox 4 gives odd behavior w/images fallback_path: curConfig.imgPath,