diff --git a/chrome/content/zotero/tab.xul b/chrome/content/zotero/tab.xul index fc4a85a1c0..d2a5cc86fd 100644 --- a/chrome/content/zotero/tab.xul +++ b/chrome/content/zotero/tab.xul @@ -2,6 +2,7 @@ + diff --git a/chrome/skin/default/zotero/tab.css b/chrome/skin/default/zotero/tab.css new file mode 100644 index 0000000000..41d81c4fa5 --- /dev/null +++ b/chrome/skin/default/zotero/tab.css @@ -0,0 +1,3 @@ +#zotero-tb-item-from-page { + display: none; +} \ No newline at end of file