diff options
author | Chris Lawrence | 2013-08-26 02:25:38 -0400 |
---|---|---|
committer | Chris Lawrence | 2013-08-26 02:25:38 -0400 |
commit | d8fb09fb64aa238a2fecafadb3839b8491f919b5 (patch) | |
tree | 78012bb06d34f076cbf32c68974cd786f6f20cb4 /plugin/leap | |
parent | f84e025d38be24d7800d51bb8b117570c10568c2 (diff) | |
parent | d62093c228f13ed10a21eb7055872b97c9f2ef78 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'plugin/leap')
-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; |