Skip to content

Commit

Permalink
Merge pull request #1 from nevvkid/development
Browse files Browse the repository at this point in the history
[ADD] hover style for comonents
  • Loading branch information
ierror committed Jun 15, 2012
2 parents 4b7ff80 + 906158f commit beb7987
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions beautifulmind/mindmap/static/mindmap/css/mindmap.map.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
padding-top: 4px;
}

#mindmap-map .component:hover {
border-color: #FF3300;
}

#mindmap-map .component-selected {
border-color: #4183c4;
}
Expand Down

0 comments on commit beb7987

Please sign in to comment.