We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to change the default rectangular shape of a node? (e.g. to a circle)
The text was updated successfully, but these errors were encountered:
problem solved. just have to adapt style.css
Sorry, something went wrong.
could you give me an example of how you did it java99 ? javascript/html/css noob here
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;}
No branches or pull requests
Is there a way to change the default rectangular shape of a node? (e.g. to a circle)
The text was updated successfully, but these errors were encountered: