Fix for 43421, add a style rule to use the selection color when a folder is hovered over during drags. r=ben.

This commit is contained in:
pinkerton%netscape.com 2000-08-15 18:21:40 +00:00
parent a53f262915
commit ece06c3d0d
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;