zotero/chrome/content/zotero-platform/unix/itemPane.css
2016-04-01 12:25:37 +03:00

12 lines
No EOL
318 B
CSS

/* Some distros have icons disabled by default at the OS level and
* mozilla is a respectful gent.
*/
#zotero-feed-item-addTo-button .button-icon {
display: block;
margin-right: 5px
}
/* Set to hidden in user-agent css for some reason. */
#zotero-feed-item-addTo-button .menu-iconic-left {
visibility: visible;
}