|
160 | 160 | selector: 'node[type="service"]', |
161 | 161 | style: { |
162 | 162 | 'shape': 'round-rectangle', |
163 | | - 'background-color': '#bfdbfe', |
| 163 | + 'background-fill': 'linear-gradient', |
| 164 | + 'background-gradient-stop-colors': ['#bfdbfe', '#93c5fd'], |
| 165 | + 'background-gradient-direction': 'to-bottom-right', |
164 | 166 | 'background-opacity': 0.7, |
165 | | - 'background-image': 'linear-gradient(135deg, #bfdbfe 0%, #93c5fd 100%)', |
166 | 167 | 'border-color': '#2563eb', |
167 | 168 | 'border-width': 2, |
168 | 169 | 'border-opacity': 0.8, |
|
178 | 179 | 'text-max-width': '200px', |
179 | 180 | 'box-shadow': '0 8px 24px rgba(37, 99, 235, 0.25), 0 2px 8px rgba(37, 99, 235, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.5)', |
180 | 181 | 'corner-radius': 14 |
181 | | - } |
| 182 | + } |
182 | 183 | }, |
183 | 184 |
|
184 | 185 | // Segment styling - Medium blue with transparency |
|
188 | 189 | 'shape': 'round-rectangle', |
189 | 190 | 'background-color': '#dbeafe', |
190 | 191 | 'background-opacity': 0.7, |
191 | | - 'background-image': 'linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%)', |
| 192 | + 'background-fill': 'linear-gradient', |
| 193 | + 'background-gradient-stop-colors': ['#bfdbfe', '#93c5fd'], |
| 194 | + 'background-gradient-direction': 'to-bottom-right', |
192 | 195 | 'border-color': '#3b82f6', |
193 | 196 | 'border-width': 2, |
194 | 197 | 'border-opacity': 0.8, |
|
214 | 217 | 'shape': 'round-rectangle', |
215 | 218 | 'background-color': '#7dd3fc', |
216 | 219 | 'background-opacity': 0.75, |
217 | | - 'background-image': 'linear-gradient(135deg, #7dd3fc 0%, #38bdf8 100%)', |
| 220 | + 'background-fill': 'linear-gradient', |
| 221 | + 'background-gradient-stop-colors': ['#bfdbfe', '#93c5fd'], |
| 222 | + 'background-gradient-direction': 'to-bottom-right', |
218 | 223 | 'border-color': '#0284c7', |
219 | 224 | 'border-width': 2.5, |
220 | 225 | 'border-opacity': 0.9, |
|
264 | 269 | 'shape': 'round-rectangle', |
265 | 270 | 'background-color': '#d1fae5', |
266 | 271 | 'background-opacity': 0.75, |
267 | | - 'background-image': 'linear-gradient(135deg, #d1fae5 0%, #dcfce7 100%)', |
| 272 | + 'background-fill': 'linear-gradient', |
| 273 | + 'background-gradient-stop-colors': ['#d1fae5', '#dcfce7'], |
| 274 | + 'background-gradient-direction': 'to-bottom-right', |
268 | 275 | 'border-color': '#10b981', |
269 | 276 | 'border-width': 2, |
270 | 277 | 'border-opacity': 0.9, |
|
455 | 462 | window.location.href = url; |
456 | 463 | } |
457 | 464 | }); |
458 | | - |
| 465 | + |
459 | 466 |
|
460 | 467 | // Responsive resize |
461 | 468 | const resizeHandler = function() { |
|
0 commit comments