simple execution works
This commit is contained in:
parent
2b73da9387
commit
3f2db4457f
9 changed files with 412 additions and 52 deletions
|
|
@ -30,7 +30,7 @@ text.highlight {
|
|||
}
|
||||
|
||||
.rountangle {
|
||||
fill: rgba(255, 255, 255, 255);
|
||||
fill: white;
|
||||
/* fill: none; */
|
||||
stroke: black;
|
||||
stroke-width: 2px;
|
||||
|
|
@ -58,6 +58,10 @@ text.highlight {
|
|||
.rountangle.error {
|
||||
stroke: rgb(230,0,0);
|
||||
}
|
||||
.rountangle.active {
|
||||
fill: rgb(255, 196, 0);
|
||||
fill-opacity: 0.6;
|
||||
}
|
||||
|
||||
.selected:hover {
|
||||
cursor: grab;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue