Skip to content

Commit

Permalink
added an unknown class of node
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Pozdnyakov authored and Ivan Pozdnyakov committed Oct 13, 2015
1 parent 4c89be5 commit af45977
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion VQI_PathwayEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,15 @@ var VQI_PathwayEditor = function(parent) {
'border-color' : '#ff3333',
'border-style' : 'solid',
'border-width' : 1
}).selector('node[Type="unknown"]').css({
'shape' : 'rectangle',
'background-color' : 'white',
'color' : 'white',
'border-color' : 'black',
'border-style' : 'solid',
'border-width' : 1
}).selector('node[Type="bundle_type_1"]').css({
'shape' : 'hexagon',
'shape' : 'rectangle',
'background-color' : 'white',
'color' : 'white',
'border-color' : 'black',
Expand Down

0 comments on commit af45977

Please sign in to comment.