Skip to content

Commit

Permalink
#123 use a little CSS to highlight that clicking on the icon is diffe…
Browse files Browse the repository at this point in the history
…rent to the rest of the rectangle (i.e. its the connector thingy)
  • Loading branch information
jstrachan committed May 22, 2013
1 parent fa06b60 commit b3184e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hawtio-web/src/main/webapp/app/wiki/html/camelCanvas.html
Expand Up @@ -31,6 +31,14 @@
cursor: crosshair;
}

img.nodeIcon:hover {
/* TODO is there a nicer way to emphasies this? */
opacity: 0.6;
/*
border: 2px solid #5d94a6;
*/
}

.nodeText {
padding: 8px;
padding: 8px;
Expand Down

0 comments on commit b3184e7

Please sign in to comment.