hide create item from current page button in standalone (and create new file for standalone-specific CSS)

This commit is contained in:
Simon Kornblith 2010-10-24 05:27:39 +00:00
parent 3f778299b8
commit 26edf1a3f9
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://zotero/skin/standalone.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/editMenuOverlay.xul"?>
<!DOCTYPE window [

View File

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