From 9d9cbe5eb9bd194855791aca9cfdcc59b5ed0d81 Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Tue, 15 Aug 2000 18:21:40 +0000 Subject: [PATCH] Fix for 43421, add a style rule to use the selection color when a folder is hovered over during drags. r=ben. git-svn-id: svn://10.0.0.236/trunk@76337 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/themes/classic/global/mac/tree.css | 4 ++++ mozilla/themes/classic/global/unix/tree.css | 4 ++++ mozilla/themes/classic/global/win/tree.css | 4 ++++ mozilla/themes/modern/global/tree.css | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/mozilla/themes/classic/global/mac/tree.css b/mozilla/themes/classic/global/mac/tree.css index 4215618a07e..9e446c9cc7b 100644 --- a/mozilla/themes/classic/global/mac/tree.css +++ b/mozilla/themes/classic/global/mac/tree.css @@ -38,6 +38,10 @@ treeitem[selected="true"] > treerow { color: #000000; background-color: Highlight; } +treeitem[dd-dropon="true"] > treerow { + color: #000000; + background-color: Highlight; +} treecell { white-space: nowrap; diff --git a/mozilla/themes/classic/global/unix/tree.css b/mozilla/themes/classic/global/unix/tree.css index 0a6d66f8979..418af9359fa 100644 --- a/mozilla/themes/classic/global/unix/tree.css +++ b/mozilla/themes/classic/global/unix/tree.css @@ -25,6 +25,10 @@ treeitem[selected="true"] > treerow { color: highlighttext; background-color: highlight; } +treeitem[dd-dropon="true"] > treerow { + color: highlighttext; + background-color: highlight; +} treecell { diff --git a/mozilla/themes/classic/global/win/tree.css b/mozilla/themes/classic/global/win/tree.css index 65f5ffcf123..9193b11224e 100644 --- a/mozilla/themes/classic/global/win/tree.css +++ b/mozilla/themes/classic/global/win/tree.css @@ -33,6 +33,10 @@ treeitem[selected="true"] > treerow { color: highlighttext; background-color: highlight; } +treeitem[dd-dropon="true"] > treerow { + color: highlighttext; + background-color: highlight; +} treecell { diff --git a/mozilla/themes/modern/global/tree.css b/mozilla/themes/modern/global/tree.css index c83a1556574..fafef906c5b 100644 --- a/mozilla/themes/modern/global/tree.css +++ b/mozilla/themes/modern/global/tree.css @@ -27,6 +27,10 @@ treeitem[selected="true"] > treerow { color: white; background-color: #336699; } +treeitem[dd-dropon="true"] > treerow { + color: white; + background-color: #336699; +} treecell { white-space: nowrap;