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