commit e09c80e5e1b35cdb89d81eba25103386b147be69
parent 4c45a25c3566e380a6936a63da248f6dca50fe73
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 21 Sep 2009 19:08:34 +0000
Fix collections-containing-an-item highlighting on OS X
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/skin/default/zotero/overlay.css b/chrome/skin/default/zotero/overlay.css
@@ -42,7 +42,7 @@
/* Set by setHighlightedRows() and getRowProperties() in collectionTreeView.js) */
#zotero-collections-tree treechildren::-moz-tree-row(highlighted)
{
- background: #FFFF99;
+ background: #FFFF99 !important;
}
#zotero-pane splitter