js-mindmap icon indicating copy to clipboard operation
js-mindmap copied to clipboard

change shapes

Open ouya99 opened this issue 12 years ago • 3 comments

Is there a way to change the default rectangular shape of a node? (e.g. to a circle)

ouya99 avatar Nov 25 '12 00:11 ouya99

problem solved. just have to adapt style.css

ouya99 avatar Nov 26 '12 21:11 ouya99

could you give me an example of how you did it java99 ? javascript/html/css noob here

tamebadger avatar Apr 26 '13 08:04 tamebadger

play with this file.... maybe its already altered

body { background:green; } .js-mindmap-active a.node { background:red; border: 2px solid white; -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; width: 120px; height: 60px;
padding: 30px 0px; text-align:center; } .js-mindmap-active a.node.active { border-width:5px !important; } .js-mindmap-active a.node.activeparent { border-width:5px !important; background:#8B0000; }

#content{

    width:1000px;
    height:1000px;}

ouya99 avatar Apr 26 '13 08:04 ouya99