From e334555a6acabc18cab6cd87331d57ccb9751e6c Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 25 Sep 2007 12:40:13 +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 af6400a9..c208c754 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") */