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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user