mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
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:
parent
a53f262915
commit
ece06c3d0d
@ -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;
|
||||
|
@ -25,6 +25,10 @@ treeitem[selected="true"] > treerow {
|
||||
color: highlighttext;
|
||||
background-color: highlight;
|
||||
}
|
||||
treeitem[dd-dropon="true"] > treerow {
|
||||
color: highlighttext;
|
||||
background-color: highlight;
|
||||
}
|
||||
|
||||
treecell
|
||||
{
|
||||
|
@ -33,6 +33,10 @@ treeitem[selected="true"] > treerow {
|
||||
color: highlighttext;
|
||||
background-color: highlight;
|
||||
}
|
||||
treeitem[dd-dropon="true"] > treerow {
|
||||
color: highlighttext;
|
||||
background-color: highlight;
|
||||
}
|
||||
|
||||
treecell
|
||||
{
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user