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; }