Restore highlighting of collection row during drag on Windows
This commit is contained in:
parent
813f55d024
commit
7d74344b7d
1 changed files with 5 additions and 0 deletions
|
@ -78,6 +78,11 @@
|
|||
border-width: 0 1px 1px 0;
|
||||
}
|
||||
|
||||
/* Restore row highlighting on drag over, though I'm not sure how we're losing it to begin with. */
|
||||
#zotero-collections-tree treechildren::-moz-tree-row(dropOn) {
|
||||
background-color: Highlight;
|
||||
}
|
||||
|
||||
#zotero-items-tree {
|
||||
border-width: 0 1px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue