Skip to content

Commit

Permalink
Applied remaining button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed Sep 15, 2011
1 parent c5805c1 commit 4e137bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/jquery.floatinghands.coffee
Expand Up @@ -86,13 +86,16 @@
button = $ '<button>'
button.click callback
button.css
display: 'block'
position: 'absolute'
left: x1
top: y1
width: x2 - x1
height: y2 - y1
border: 'none'
outline: 'none'
cursor: 'pointer'
background: 'rgba(0, 0, 0, 0)'
$(stage.canvas).after button

objectOnPoint = (hotspots, x, y) ->
Expand Down

0 comments on commit 4e137bd

Please sign in to comment.