diff options
author | Hakim El Hattab | 2013-08-20 20:14:22 -0700 |
---|---|---|
committer | Hakim El Hattab | 2013-08-20 20:14:22 -0700 |
commit | 4164200474e2af27803dc7683054f5443743c8a9 (patch) | |
tree | 40dbf6bcb8ef828c060cd39adff0589e6d7822c9 /plugin/leap/leap.js | |
parent | cb26ff62112df74beb6ade2b4d3721d965f09c5d (diff) | |
parent | 2da7c3eacfcd7cc59d9cdee97087b0e2feca625e (diff) |
Merge pull request #567 from hakimel/dev
2.5.0
Diffstat (limited to 'plugin/leap/leap.js')
-rw-r--r-- | plugin/leap/leap.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/leap/leap.js b/plugin/leap/leap.js index 8ba0063..9d5271a 100644 --- a/plugin/leap/leap.js +++ b/plugin/leap/leap.js @@ -48,6 +48,9 @@ var b=right.criteria;if(a!==b){if(a>b||a===void 0)return 1;if(a<b||b===void 0)re pointer.id = 'leap'; + pointer.style.position = 'absolute'; + pointer.style.visibility = 'hidden'; + pointer.style.zIndex = 50; pointer.style.opacity = config.pointerOpacity; pointer.style.backgroundColor = config.pointerColor; |