aboutsummaryrefslogtreecommitdiffstats
path: root/vimiumFrontend.js
diff options
context:
space:
mode:
authorAkhIL2010-01-13 01:42:26 +0800
committerPhil Crosby2010-01-13 15:44:13 +0800
commit442d82774560a00beef4647fe235c5b75b66b894 (patch)
tree29b3015d416be952c2d235e6f5b03ef9ca55fc36 /vimiumFrontend.js
parent62272e636b32061c95eef2e1cd9d8bddec52550b (diff)
downloadvimium-442d82774560a00beef4647fe235c5b75b66b894.tar.bz2
className = "vimiumHUD" added to HUD.displayElement
This className makes posible to overwrite style only for vimium things. linkHints already have class name.
Diffstat (limited to 'vimiumFrontend.js')
-rw-r--r--vimiumFrontend.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimiumFrontend.js b/vimiumFrontend.js
index de303076..34499220 100644
--- a/vimiumFrontend.js
+++ b/vimiumFrontend.js
@@ -500,6 +500,7 @@ HUD = {
opacity = 0;
}
+ element.className = "vimiumHUD";
document.body.appendChild(element);
HUD._displayElement = element
HUD.updatePageZoomLevel(currentZoomLevel);