From 51bb9db18799ee2370f2ec0705f09b0aec1afb8e Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Sun, 2 Jul 2006 20:28:39 +0000 Subject: [PATCH] Bug 240320 - Use system selection color in tree.css, patch by Stefan , r=kmgerich --- toolkit/themes/pinstripe/global/tree.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/toolkit/themes/pinstripe/global/tree.css b/toolkit/themes/pinstripe/global/tree.css index a63e047cab3..550fd599c45 100644 --- a/toolkit/themes/pinstripe/global/tree.css +++ b/toolkit/themes/pinstripe/global/tree.css @@ -123,7 +123,7 @@ treechildren::-moz-tree-cell-text(selected) { } tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected) { - background-color: #D0D0D0; + background-color: -moz-mac-secondaryhighlight; } tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected) { @@ -131,7 +131,7 @@ tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected) { } tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected) { - background-color: #D0D0D0; + background-color: -moz-mac-secondaryhighlight; color: -moz-DialogText; } @@ -141,14 +141,14 @@ treechildren::-moz-tree-cell-text(selected, focus) { } tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, focus) { - background-color: #3874D1; + background-color: -moz-mac-alternateprimaryhighlight; } tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected, focus) { color: #FFFFFF; } tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus) { - background-color: #3874D1; + background-color: -moz-mac-alternateprimaryhighlight; color: #FFFFFF; } @@ -375,7 +375,7 @@ treechildren[alternatingbackground="true"]::-moz-tree-row(odd) { } treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected) { - background-color: -moz-Dialog; + background-color: -moz-mac-secondaryhighlight; } treechildren[alternatingbackground="true"]::-moz-tree-cell-text(odd, selected) { @@ -383,9 +383,9 @@ treechildren[alternatingbackground="true"]::-moz-tree-cell-text(odd, selected) { } treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus) { - background-color: Highlight; + background-color: -moz-mac-alternateprimaryhighlight; } treechildren[alternatingbackground="true"]::-moz-tree-cell-text(odd, selected, focus) { - color: HighlightText; + color: #FFFFFF; }