diff --git a/beautifulmind/mindmap/static/mindmap/css/mindmap.map.css b/beautifulmind/mindmap/static/mindmap/css/mindmap.map.css index 9e80921..6f679ca 100644 --- a/beautifulmind/mindmap/static/mindmap/css/mindmap.map.css +++ b/beautifulmind/mindmap/static/mindmap/css/mindmap.map.css @@ -20,6 +20,10 @@ padding-top: 4px; } +#mindmap-map .component:hover { + border-color: #FF3300; +} + #mindmap-map .component-selected { border-color: #4183c4; }