From 1ebafc2bfad2b49d6bb315591cd3c21fac11162c Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Mon, 26 Jun 2006 00:01:02 +0000 Subject: [PATCH] Bug 342455: [Mac] Darker highlight color for selected rows in history/autocomplete, patch by Stefan , r=kmgerich git-svn-id: svn://10.0.0.236/trunk@200843 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/themes/pinstripe/global/autocomplete.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/toolkit/themes/pinstripe/global/autocomplete.css b/mozilla/toolkit/themes/pinstripe/global/autocomplete.css index 6744023b248..c6ce8a7df89 100644 --- a/mozilla/toolkit/themes/pinstripe/global/autocomplete.css +++ b/mozilla/toolkit/themes/pinstripe/global/autocomplete.css @@ -108,11 +108,11 @@ popup[type="autocomplete"], } treechildren.autocomplete-treebody::-moz-tree-row(selected) { - background-color: Highlight; + background-color: -moz-mac-alternateprimaryhighlight; } treechildren.autocomplete-treebody::-moz-tree-cell-text(selected) { - color: HighlightText !important; + color: #FFFFFF !important; } /* ::::: textboxes inside toolbarpaletteitems ::::: */