From f22430b57d7ef06ae34d95a7e4a6b207179dcda4 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Wed, 1 Aug 2007 12:29:24 +0000 Subject: [PATCH] changed listitem selection color to be the normal selection color of the system theme --- chrome/content/vimperator/default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/content/vimperator/default.css b/chrome/content/vimperator/default.css index 92c6e155..2742b809 100644 --- a/chrome/content/vimperator/default.css +++ b/chrome/content/vimperator/default.css @@ -148,7 +148,8 @@ fieldset.paypal { #vimperator-bufferwindow > listitem[selected="true"], #vimperator-previewwindow > listitem[selected="true"] { - background-color: #C9DFFF !important; + background-color: Highlight !important; + color: HighlightText !important; }