Skip to content
New issue

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

change shapes #15

Open
ouya99 opened this issue Nov 25, 2012 · 3 comments
Open

change shapes #15

ouya99 opened this issue Nov 25, 2012 · 3 comments

Comments

@ouya99
Copy link

ouya99 commented Nov 25, 2012

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

@ouya99
Copy link
Author

ouya99 commented Nov 26, 2012

problem solved. just have to adapt style.css

@tamebadger
Copy link

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

@ouya99
Copy link
Author

ouya99 commented Apr 26, 2013

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;}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants