From 32818e0149fd5b3bfb8586a818a7aa63660b1619 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab
Date: Sun, 11 Aug 2013 16:37:17 -0400
Subject: move leap styles to js #554

---
 plugin/leap/leap.js | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'plugin/leap')

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;
 
-- 
cgit v1.2.3