From 75a8d7d45366a69e4b21c3e9fe5620ca85829dba Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 24 Aug 2007 11:10:53 +0000 Subject: [PATCH] make sure the active listcell in the second column of the preview window uses HighlightText as the CSS color value and move the #vimperator-multiline-output styles to default.css --- chrome/content/vimperator/default.css | 10 +++++++--- chrome/content/vimperator/vimperator.xul | 3 +-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/chrome/content/vimperator/default.css b/chrome/content/vimperator/default.css index 83e29e0c..56196df3 100644 --- a/chrome/content/vimperator/default.css +++ b/chrome/content/vimperator/default.css @@ -147,9 +147,9 @@ fieldset.paypal { } /* the selected item in listboxes is hardly readable without this */ -#vimperator-completion > listitem[selected="true"], -#vimperator-bufferwindow > listitem[selected="true"], -#vimperator-previewwindow > listitem[selected="true"] +#vimperator-completion > listitem[selected="true"] > listcell, +#vimperator-bufferwindow > listitem[selected="true"] > listcell, +#vimperator-previewwindow > listitem[selected="true"] > listcell { background-color: Highlight !important; color: HighlightText !important; @@ -172,6 +172,10 @@ fieldset.paypal { color: black; } +#vimperator-multiline-output { + overflow: hidden; +} + .status_insecure, .status_insecure * { background-color: transparent; } diff --git a/chrome/content/vimperator/vimperator.xul b/chrome/content/vimperator/vimperator.xul index 369837e4..16868ae0 100644 --- a/chrome/content/vimperator/vimperator.xul +++ b/chrome/content/vimperator/vimperator.xul @@ -101,8 +101,7 @@ the terms of any one of the MPL, the GPL or the LGPL. onblur="vimperator.commandline.onEvent(event);"/> -