From 9d4081eb31031a141d5a310fc9942bb2aea3e299 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 5 Sep 2007 19:10:52 +0000 Subject: [PATCH] remove the border from the visual bell popup --- chrome/content/vimperator/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/vimperator/default.css b/chrome/content/vimperator/default.css index b3144c01..6e8f6e6c 100644 --- a/chrome/content/vimperator/default.css +++ b/chrome/content/vimperator/default.css @@ -166,6 +166,7 @@ fieldset.paypal { } #vimperator-visualbell { + border: none; background-color: blue; opacity: 0.5; }