Update node input placeholder and adjust styles

This commit is contained in:
sietse jonker
2024-04-01 16:20:36 +02:00
parent 267bb7db9c
commit 61d67fc1e2
2 changed files with 203 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ nodeFilter.setAttribute("class", "node-filter");
const nodeInput = document.createElement("input");
nodeInput.setAttribute("type", "text");
nodeInput.setAttribute("placeholder", "Enter node (A, B, etc.)");
nodeInput.setAttribute("placeholder", "Enter Node Name (* for all)");
nodeInput.setAttribute("id", "node-input");
nodeInput.setAttribute("class", "input-field");