mirror of
https://github.com/zotero/zotero.git
synced 2026-09-22 00:32:47 +00:00
Fix collections-containing-an-item highlighting on OS X
This commit is contained in:
parent
4c45a25c35
commit
e09c80e5e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue