It appears you may be using a theme. If you could send me a link to your site I'm sure I could figure it out for you in a couple minutes.
With default theme, this should work (place it in extra.less template):
CSS:
.node {
transition: all .2s ease;
}
.node:hover {
border: 2px solid #7386de;
}
Last edited: