2023-05-09 20:38:33 +00:00
|
|
|
#zotero-feed-item-toggleRead-button {
|
|
|
|
margin: 5px 0 3px 6px;
|
|
|
|
}
|
|
|
|
|
2016-04-05 06:14:46 +00:00
|
|
|
#zotero-feed-item-addTo-button {
|
|
|
|
margin: 5px 6px 3px;
|
|
|
|
padding-left: 8px;
|
|
|
|
}
|
|
|
|
|
2022-05-31 21:57:47 +00:00
|
|
|
/* 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;
|
|
|
|
}
|