Fix fill color for Bootstrap vertical buttons

The fillColor was being set twice, so changing the fill would change the fill value that was being ignored.


Former-commit-id: b4945c919a
This commit is contained in:
Jonathan Steel 2018-03-26 12:14:07 -04:00
parent fb1afc0948
commit d1544c2f49

View file

@ -72,7 +72,7 @@
button4.geometry.offset = new mxPoint(0, -40);
button4.vertex = true;
bg.insert(button4);
var button1 = new mxCell('All Users', new mxGeometry(0, 0, 160, 40), inh + s + 'topButton;rSize=5;fillColor=#3D8BCD;strokeColor=#3D8BCD;fontColor=#ffffff;spacingLeft=10;align=left;whiteSpace=wrap;resizeWidth=1;');
var button1 = new mxCell('All Users', new mxGeometry(0, 0, 160, 40), s + 'topButton;rSize=5;fillColor=#3D8BCD;strokeColor=#3D8BCD;fontColor=#ffffff;spacingLeft=10;align=left;whiteSpace=wrap;resizeWidth=1;');
button1.geometry.relative = true;
button1.vertex = true;
bg.insert(button1);