aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-08-11 16:37:17 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-08-11 16:37:17 -0400
commit32818e0149fd5b3bfb8586a818a7aa63660b1619 (patch)
tree36782a1d1c4bf26d9c4dd4be0359ad603227e202 /plugin
parent49298e199189ceddece6b9e62e7d811df0f904ff (diff)
downloadfreenode-live-2017-presentation-32818e0149fd5b3bfb8586a818a7aa63660b1619.tar
freenode-live-2017-presentation-32818e0149fd5b3bfb8586a818a7aa63660b1619.tar.gz
move leap styles to js #554
Diffstat (limited to 'plugin')
-rw-r--r--plugin/leap/leap.js3
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;