Restore highlighting of collection row during drag on Windows

This commit is contained in:
Dan Stillman 2014-07-20 02:03:02 -04:00
parent 813f55d024
commit 7d74344b7d

View File

@ -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;
}