Bug 687968 - Highlight the whole treerow on dragging/dropping. r=dao

This commit is contained in:
Richard Marti 2011-11-19 14:40:20 +01:00
parent 21372f57be
commit a007537ed5

View File

@ -194,10 +194,13 @@ treechildren::-moz-tree-separator {
/* ::::: drop feedback ::::: */
treechildren::-moz-tree-row(dropOn) {
background-color: Highlight;
}
tree[seltype="cell"] > treechildren::-moz-tree-cell-text(primary, dropOn),
tree[seltype="text"] > treechildren::-moz-tree-cell-text(primary, dropOn),
treechildren::-moz-tree-cell-text(primary, dropOn) {
background-color: Highlight;
color: HighlightText;
}