|
51 | 51 | .node-item-undefined:hover { cursor: pointer; }
|
52 | 52 | .node-item-undefined:hover path { fill: #fff; }
|
53 | 53 |
|
54 |
| -.node-attribute-list > path { fill: #fff; stroke-width: 0; stroke: #000; } |
55 |
| -.node-attribute-list:hover { cursor: pointer; } |
56 |
| -.node-attribute-list:hover > path { fill: #f6f6f6; } |
57 |
| -.node-attribute > text { font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "PingFang SC"; font-size: 9px; font-weight: normal; text-rendering: geometricPrecision; user-select: none; } |
| 54 | +.node-argument-list > path { fill: #fff; stroke-width: 0; stroke: #000; } |
| 55 | +.node-argument-list:hover { cursor: pointer; } |
| 56 | +.node-argument-list:hover > path { fill: #f6f6f6; } |
| 57 | +.node-argument > text { font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "PingFang SC"; font-size: 9px; font-weight: normal; text-rendering: geometricPrecision; user-select: none; } |
| 58 | +.node-argument > rect { fill: transparent; } |
58 | 59 |
|
59 | 60 | .graph-item-input path { fill: #eee; }
|
60 | 61 | .graph-item-input:hover { cursor: pointer; }
|
|
72 | 73 |
|
73 | 74 | .select > .node.node-border { stroke: #e00; stroke-width: 2px; }
|
74 | 75 | .select.edge-path { stroke: #e00; stroke-width: 1px; marker-end: url("#arrowhead-select"); }
|
| 76 | +.select.node-argument > rect { fill: #e00; } |
| 77 | +.select.node-argument > text { fill: #f6f6f6; } |
75 | 78 |
|
76 | 79 | .edge-label { font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "PingFang SC"; font-size: 10px; }
|
77 | 80 | .edge-path-control-dependency { stroke-dasharray: 3, 2; }
|
|
89 | 92 |
|
90 | 93 | .select > .node.node-border { stroke: #b00; }
|
91 | 94 | .select.edge-path { stroke: #b00; }
|
| 95 | + .select.node-argument > rect { fill: #b00; } |
| 96 | + .select.node-argument > text { fill: #b2b2b2; } |
92 | 97 |
|
93 | 98 | #arrowhead { fill: #888; }
|
94 | 99 | #arrowhead-hover { fill: #b00; }
|
|
110 | 115 | .node-item path { stroke: #fff; }
|
111 | 116 | .node-item text { fill: #dfdfdf; }
|
112 | 117 |
|
113 |
| - .node-attribute > text { fill: #b2b2b2; } |
114 |
| - .node-attribute-list > path { fill: #2d2d2d; } |
115 |
| - .node-attribute-list:hover > path { fill: #666666; } |
| 118 | + .node-argument > text { fill: #b2b2b2; } |
| 119 | + .node-argument-list > path { fill: #2d2d2d; } |
| 120 | + .node-argument-list:hover > path { fill: #303030; } |
116 | 121 |
|
117 | 122 | .graph-item-input path { fill: #404040; }
|
118 | 123 | .graph-item-input:hover { cursor: pointer; }
|
|
0 commit comments