mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 17:57:58 +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 {
|
#vimperator-visualbell {
|
||||||
border: none;
|
border: none;
|
||||||
background-color: blue;
|
background-color: black;
|
||||||
opacity: 0.5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.status_insecure, .status_insecure * {
|
.status_insecure, .status_insecure * {
|
||||||
|
|||||||
@@ -295,7 +295,7 @@ const vimperator = (function() //{{{
|
|||||||
popup.width = box.width;
|
popup.width = box.width;
|
||||||
popup.showPopup(win, box.screenX, box.screenY, "popup");
|
popup.showPopup(win, box.screenX, box.screenY, "popup");
|
||||||
|
|
||||||
setTimeout(function() { popup.hidePopup(); }, 375);
|
setTimeout(function() { popup.hidePopup(); }, 50);
|
||||||
},
|
},
|
||||||
|
|
||||||
copyToClipboard: function(str)
|
copyToClipboard: function(str)
|
||||||
|
|||||||
Reference in New Issue
Block a user