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

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