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
|
@ -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 [
|
||||
|
|
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…
Reference in New Issue
Block a user