From 82334ccd84f1669805864fbcd11461f52cbcd39a Mon Sep 17 00:00:00 2001 From: "neil%parkwaycc.co.uk" Date: Wed, 7 Apr 2004 08:17:39 +0000 Subject: [PATCH] Bug 238498 Remove system colours from Modern theme r=varga sr=jag a=chofmann git-svn-id: svn://10.0.0.236/trunk@154571 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/themes/modern/global/tree.css | 29 +++++++-------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/mozilla/themes/modern/global/tree.css b/mozilla/themes/modern/global/tree.css index d96bf43a525..695a7049e6f 100644 --- a/mozilla/themes/modern/global/tree.css +++ b/mozilla/themes/modern/global/tree.css @@ -73,10 +73,17 @@ treechildren::-moz-tree-row { height: 1.3em; } +/* ::::: alternating background ::::: */ +treechildren[alternatingbackground="true"]::-moz-tree-row(odd) { + background-color: #f3f3f3; +} + +treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected), treechildren::-moz-tree-row(selected) { background-color: #C7D0D9; } +treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus), treechildren::-moz-tree-row(selected, focus) { background-color: #424F63; } @@ -304,25 +311,3 @@ treechildren.gridlines::-moz-tree-cell { treechildren.gridlines::-moz-tree-row { border: none; } - -/* ::::: alternating background ::::: */ - -treechildren[alternatingbackground="true"]::-moz-tree-row(odd) { - background-color: #f3f3f3; -} - -treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected) { - background-color: -moz-Dialog; -} - -treechildren[alternatingbackground="true"]::-moz-tree-cell-text(odd, selected) { - color: -moz-DialogText; -} - -treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus) { - background-color: Highlight; -} - -treechildren[alternatingbackground="true"]::-moz-tree-cell-text(odd, selected, focus) { - color: HighlightText; -}