v. 0.58.10b

This commit is contained in:
Azgaar 2018-08-08 22:42:06 +03:00
parent 6d83ee8baf
commit dc6015c406
2 changed files with 198 additions and 142 deletions

View file

@ -258,13 +258,17 @@ input[type="number"].editNumber {
}
.line {
stroke: #666666;
stroke: #373737;
stroke-width: 1px;
stroke-dasharray: 6;
stroke-linecap: butt;
}
.circle {
stroke-width: 1px;
fill: none;
stroke-dasharray: 6;
stroke-linecap: butt;
}
circle.drag {