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:
@@ -167,8 +167,7 @@ fieldset.paypal {
|
||||
|
||||
#vimperator-visualbell {
|
||||
border: none;
|
||||
background-color: blue;
|
||||
opacity: 0.5;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.status_insecure, .status_insecure * {
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user