Added action identifier icons

This commit is contained in:
frikky
2021-05-05 06:10:00 +02:00
parent 16d034b8e2
commit 85120cab1d
5 changed files with 263 additions and 17 deletions
+29
View File
@@ -117,6 +117,35 @@ const data = [{
'background-color': '#edbd21',
},
},
{
selector: 'node[?isButton]',
css: {
'shape': 'ellipse',
'border-color': '#80deea',
'width': '30px',
'height': '30px',
'z-index': '5002',
'font-size': '0px',
},
},
{
selector: 'node[?isDescriptor]',
css: {
'shape': 'ellipse',
'border-color': '#80deea',
'width': '12px',
'height': '12px',
'z-index': '5002',
'font-size': '10px',
'text-valign': 'center',
'text-halign': 'center',
'border': '1px solid black',
'margin-right': '0px',
'text-margin-x': '0px',
'background-color': 'data(imageColor)',
'background-image': 'data(image)',
},
},
{
selector: 'node[?isStartNode]',
css: {