zotero/chrome/content/zotero-platform/mac/itemPane.css
2022-05-31 14:57:47 -07:00

16 lines
427 B
CSS

#zotero-feed-item-addTo-button {
margin: 5px 6px 3px;
padding-left: 8px;
}
#zotero-feed-item-addTo-button button {
margin: 0;
-moz-appearance: none;
}
/* Show duplicates date list item as selected even when not focused
(default behavior on other platforms) */
#zotero-duplicates-merge-original-date:not(:focus) > richlistitem[selected="true"] {
background-color: -moz-cellhighlight;
color: -moz-cellhighlighttext;
}