From 2be0219384a91ca10a4fa6c5fe9379b6bf384dec Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 5 Oct 2008 16:45:37 +0000 Subject: [PATCH] remove CSS rules for old completion list box --- skin/vimperator.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/skin/vimperator.css b/skin/vimperator.css index 6b970570..da2a1d30 100644 --- a/skin/vimperator.css +++ b/skin/vimperator.css @@ -54,14 +54,6 @@ the terms of any one of the MPL, the GPL or the LGPL. /*-moz-appearance: none !important; /* prevent an ugly 3D border */ } -/* the selected item in listboxes is hardly readable without this */ -#liberator-completion > listitem[selected="true"] > listcell, -#liberator-bufferwindow > listitem[selected="true"] > listcell, -#liberator-previewwindow > listitem[selected="true"] > listcell { - background-color: Highlight !important; - color: HighlightText !important; -} - /* fixes the min-height: 22px from firefox */ #status-bar, statusbarpanel { -moz-appearance: none !important;