From 7d74344b7d1e73ba990921ac3f0a69db706ebf2c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 20 Jul 2014 02:03:02 -0400 Subject: [PATCH] Restore highlighting of collection row during drag on Windows --- chrome/content/zotero-platform/win/overlay.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chrome/content/zotero-platform/win/overlay.css b/chrome/content/zotero-platform/win/overlay.css index 464090cbc..b90ec7c58 100644 --- a/chrome/content/zotero-platform/win/overlay.css +++ b/chrome/content/zotero-platform/win/overlay.css @@ -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; }