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
This commit is contained in:
pinkerton%netscape.com
2000-08-15 18:21:40 +00:00
parent 7c743c6f44
commit 9d9cbe5eb9
4 changed files with 16 additions and 0 deletions

View File

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

View File

@@ -25,6 +25,10 @@ treeitem[selected="true"] > treerow {
color: highlighttext;
background-color: highlight;
}
treeitem[dd-dropon="true"] > treerow {
color: highlighttext;
background-color: highlight;
}
treecell
{

View File

@@ -33,6 +33,10 @@ treeitem[selected="true"] > treerow {
color: highlighttext;
background-color: highlight;
}
treeitem[dd-dropon="true"] > treerow {
color: highlighttext;
background-color: highlight;
}
treecell
{

View File

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