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

make the visual bell solid black and shorten the timeout interval

This commit is contained in:
Doug Kearns
2007-09-05 20:46:22 +00:00
parent ca9dd288cd
commit 0c12d46846
2 changed files with 2 additions and 3 deletions

View File

@@ -167,8 +167,7 @@ fieldset.paypal {
#vimperator-visualbell {
border: none;
background-color: blue;
opacity: 0.5;
background-color: black;
}
.status_insecure, .status_insecure * {

View File

@@ -295,7 +295,7 @@ const vimperator = (function() //{{{
popup.width = box.width;
popup.showPopup(win, box.screenX, box.screenY, "popup");
setTimeout(function() { popup.hidePopup(); }, 375);
setTimeout(function() { popup.hidePopup(); }, 50);
},
copyToClipboard: function(str)