changing icon size
parent
a23417ad53
commit
dce36e5b8d
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue