From fd3b691a874a070d7f3692a4cf5c05a1e0033382 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 25 Sep 2007 12:40:18 +0000 Subject: [PATCH] hide the statusbar-progresspanel in CSS too since some extensions hide/reshow it --- chrome/content/vimperator/default.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chrome/content/vimperator/default.css b/chrome/content/vimperator/default.css index 4343e799..30190388 100644 --- a/chrome/content/vimperator/default.css +++ b/chrome/content/vimperator/default.css @@ -165,6 +165,9 @@ fieldset.paypal { .statusbar-resizerpanel { display: none; } +#statusbar-display, #statusbar-progresspanel { + display: none; +} /* colors for the statusbar */ /* #status-bar is included so it also gets the right color before the first setClass("insecure") */