diff --git a/chrome/content/vimperator/default.css b/chrome/content/vimperator/default.css
index 0ace7442..a7dee5a6 100644
--- a/chrome/content/vimperator/default.css
+++ b/chrome/content/vimperator/default.css
@@ -144,9 +144,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;
@@ -169,6 +169,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);"/>
-