1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 11:37:57 +01:00

add a new 'visualbellstyle' option

This commit is contained in:
Doug Kearns
2007-09-22 15:44:36 +00:00
parent d490d12c43
commit c80fc67868
4 changed files with 11 additions and 5 deletions

View File

@@ -288,6 +288,7 @@ const vimperator = (function() //{{{
var vbell = document.getElementById("vimperator-visualbell");
var box = getBrowser().mPanelContainer.boxObject;
vbell.style.cssText = vimperator.options["visualbellstyle"];
vbell.style.position = "fixed";
vbell.style.height = box.height + "px";
vbell.style.width = box.width + "px";