Fixed connector bug in Webkit, fixed disabling of buttons when no-stroke is set

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1342 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-02-04 19:06:49 +00:00
parent 2229ecdd45
commit 74bac64ea5
3 changed files with 57 additions and 30 deletions

View File

@@ -536,8 +536,7 @@ span.zoom_tool {
#svg_editor .tool_button,
#svg_editor .push_button,
#svg_editor .tool_button_current,
#svg_editor .tool_button_disabled {
#svg_editor .tool_button_current {
height: 24px;
width: 24px;
margin: 2px;
@@ -575,7 +574,7 @@ span.zoom_tool {
background-color: #B0B0B0;
}
#svg_editor .tool_button_disabled {
#svg_editor .disabled {
opacity: 0.5;
cursor: default;
}