remove "create item from current page" from tab

This commit is contained in:
Simon Kornblith 2011-02-12 22:18:46 +00:00
parent 51c119ae8a
commit 806576aacb
2 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,7 @@
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://zotero/skin/zotero.css" type="text/css"?>
<?xml-stylesheet href="chrome://zotero/skin/tab.css" type="text/css"?>
<?xul-overlay href="chrome://zotero/content/zoteroPane.xul"?>
<?xul-overlay href="chrome://zotero/content/itemPane.xul"?>

View file

@ -0,0 +1,3 @@
#zotero-tb-item-from-page {
display: none;
}