Skip to content

Instantly share code, notes, and snippets.

@Grawl
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Grawl/c2e40d1d9b3f5df11fdd to your computer and use it in GitHub Desktop.
Save Grawl/c2e40d1d9b3f5df11fdd to your computer and use it in GitHub Desktop.
.mapjs-node,
.mapjs-node.droppable{
border: none !important;
border-radius: 3px;
padding: 0 !important;
box-shadow: 0 0 0 1px white !important;
}
.mapjs-node.dragging{
opacity: 0.9 !important;
}
.mapjs-node span{
margin: 2px;
padding: 2.5px 5px !important;
border-left: 1px solid transparent;
}
.selected.mapjs-node span{
border-radius: 1px;
border-left: 1px solid;
/*
text-decoration: underline;
*/
}
/*
.selected.mapjs-node-dark span{
box-shadow: 0 0 0 1px white;
}
.selected.mapjs-node-light span,
.selected.mapjs-node-white span{
box-shadow: 0 0 1px gray !important;
}
*/
.mapjs-node.selected,
.mapjs-node.activated{
margin: 0;
}
.mapjs-node.collapsed{
box-shadow: 0 7px 0 -5px rgb(218, 218, 218) , 0 14px 0 -10px rgb !important;
}
.mapjs-link{
opacity: 0.1;
}
@Grawl
Copy link
Author

Grawl commented Jun 16, 2014

[+] updated node padding
[x] fixed missing semicolon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment