hide create item from current page button in standalone (and create new file for standalone-specific CSS)
This commit is contained in:
parent
3f778299b8
commit
26edf1a3f9
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
<?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"?>
|
<?xul-overlay href="chrome://global/content/editMenuOverlay.xul"?>
|
||||||
|
|
||||||
<!DOCTYPE window [
|
<!DOCTYPE window [
|
||||||
|
|
3
chrome/skin/default/zotero/standalone.css
Normal file
3
chrome/skin/default/zotero/standalone.css
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#zotero-tb-item-from-page {
|
||||||
|
display: none;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue