mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 687968 - Highlight the whole treerow on dragging/dropping. r=dao
This commit is contained in:
parent
21372f57be
commit
a007537ed5
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user