Connected nodes

This commit is contained in:
Magnus Åhall 2025-07-09 19:30:54 +02:00
parent 2b8472bcd1
commit ca0659a368
9 changed files with 581 additions and 89 deletions

View file

@ -304,6 +304,10 @@ select:focus {
font-weight: bold;
grid-column: 1 / -1;
}
.type-icon, .node-name {
cursor: pointer;
}
}
}
@ -368,3 +372,28 @@ select:focus {
}
}
}
dialog#connection-data {
padding: 24px;
.label {
font-size: 1.25em;
font-weight: bold;
color: var(--section-color);
}
img {
height: 32px;
}
textarea {
margin-top: 16px;
width: 300px;
height: 200px;
}
div.button {
text-align: center;
margin-top: 8px;
}
}