diff --git a/src/agentscope/studio/static/css/workstation-drag-components.css b/src/agentscope/studio/static/css/workstation-drag-components.css index 086a7bbc9..9d838523f 100644 --- a/src/agentscope/studio/static/css/workstation-drag-components.css +++ b/src/agentscope/studio/static/css/workstation-drag-components.css @@ -46,6 +46,14 @@ outline: 1px solid var(--main-color); } +.drawflow-node .input:hover { + background: #43b993; +} + +.drawflow-node .output:hover { + background: #43b993; +} + .drawflow > .drawflow-delete { border: 2px solid #43b993; background: white;