From 668d38b0545229e5195ea8115f93d0edc515b768 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 26 Sep 2007 08:12:32 +0000 Subject: [PATCH] prevent the statusbar URL text field from flashing a white background color upon restarts --- chrome/content/vimperator/default.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chrome/content/vimperator/default.css b/chrome/content/vimperator/default.css index c208c754..abed6f36 100644 --- a/chrome/content/vimperator/default.css +++ b/chrome/content/vimperator/default.css @@ -161,6 +161,11 @@ fieldset.paypal { #vimperator-statusline > label:first-child { padding: 0px; } +/* FIXME: prevent this from flashing the default background-color on restarts */ +#vimperator-statusline-field-url { + background-color: transparent; +} + /* no longer at the window's bottom right corner */ .statusbar-resizerpanel { display: none;