Fix feed item add-to button appearance on OS X

This commit is contained in:
Dan Stillman 2016-04-05 02:14:46 -04:00
parent aa266c11f4
commit 8714816cec

View file

@ -0,0 +1,9 @@
#zotero-feed-item-addTo-button {
margin: 5px 6px 3px;
padding-left: 8px;
}
#zotero-feed-item-addTo-button button {
margin: 0;
-moz-appearance: none;
}