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);"/>
-