From 1339ff7b8eac8196cfb86d819ef0ba7ebaed73a8 Mon Sep 17 00:00:00 2001 From: "mnyromyr%tprac.de" Date: Thu, 15 Jun 2006 14:19:30 +0000 Subject: [PATCH] Bug 240320: Pinstripe fix; p=, r=Kevin, a=Mano git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199977 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/themes/pinstripe/global/listbox.css | 4 ++-- mozilla/toolkit/themes/pinstripe/global/tree.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/toolkit/themes/pinstripe/global/listbox.css b/mozilla/toolkit/themes/pinstripe/global/listbox.css index 94fe2c17b64..d9a790de2c8 100644 --- a/mozilla/toolkit/themes/pinstripe/global/listbox.css +++ b/mozilla/toolkit/themes/pinstripe/global/listbox.css @@ -71,12 +71,12 @@ listbox:focus > listitem[selected="true"][current="true"] { } listitem[selected="true"] { - background-color: -moz-Dialog; + background-color: -moz-mac-secondaryhighlight; color: -moz-DialogText; } listbox:focus > listitem[selected="true"] { - background-color: #3874D1; + background-color: -moz-mac-alternateprimaryhighlight; color: #FFFFFF; } diff --git a/mozilla/toolkit/themes/pinstripe/global/tree.css b/mozilla/toolkit/themes/pinstripe/global/tree.css index 984d5c99c2d..ff19b19a809 100644 --- a/mozilla/toolkit/themes/pinstripe/global/tree.css +++ b/mozilla/toolkit/themes/pinstripe/global/tree.css @@ -81,14 +81,14 @@ tree:not([hidecolumnpicker="true"]) treechildren::-moz-tree-row(odd) { treechildren::-moz-tree-row(selected), treechildren::-moz-tree-row(odd, selected), tree:not([hidecolumnpicker="true"]) treechildren::-moz-tree-row(odd, selected) { - background-color: #D0D0D0; + background-color: -moz-mac-secondaryhighlight; } treechildren::-moz-tree-row(selected, focus), treechildren::-moz-tree-row(odd, selected, focus), tree:not([hidecolumnpicker="true"]) treechildren::-moz-tree-row(odd, selected, focus) { /* background-color: Highlight; */ - background-color: #3874D1; + background-color: -moz-mac-alternateprimaryhighlight; color: #FFFFFF; }