From eda409c78b06f805e784d44a6d2971a538eaad11 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Mon, 24 Sep 2007 21:24:46 +0000 Subject: [PATCH] quick fix to make the statusbar white on black again, breaks contextmenu again --- chrome/content/vimperator/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/vimperator/default.css b/chrome/content/vimperator/default.css index e317d47e..33308e0b 100644 --- a/chrome/content/vimperator/default.css +++ b/chrome/content/vimperator/default.css @@ -178,7 +178,7 @@ fieldset.paypal { /* colors for the statusbar */ /* #status-bar is included so it also gets the right color before the first setClass("insecure") */ -#status-bar, #status-bar.status_insecure*/ { +#status-bar, #status-bar.status_insecure * { background-color: black; color: white; }