From bfb30eed598b13b0a441d03e7daf34ba908f6ede Mon Sep 17 00:00:00 2001 From: aurimasv Date: Sat, 18 May 2013 23:01:24 -0500 Subject: [PATCH] Don't display snapshot or link from page context menus for Standalone --- chrome/content/zotero/zoteroPane.xul | 16 ++++++++-------- chrome/skin/default/zotero/standalone.css | 3 +-- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/chrome/content/zotero/zoteroPane.xul b/chrome/content/zotero/zoteroPane.xul index cb59bd136d..15e8818287 100644 --- a/chrome/content/zotero/zoteroPane.xul +++ b/chrome/content/zotero/zoteroPane.xul @@ -66,7 +66,7 @@ - - - + + @@ -228,9 +228,9 @@ - - - + + + @@ -263,8 +263,8 @@ - - + + diff --git a/chrome/skin/default/zotero/standalone.css b/chrome/skin/default/zotero/standalone.css index a238ebe87b..1da695c934 100644 --- a/chrome/skin/default/zotero/standalone.css +++ b/chrome/skin/default/zotero/standalone.css @@ -1,5 +1,4 @@ -#zotero-tb-item-from-page, #zotero-tb-snapshot-from-page, #zotero-tb-link-from-page, -#zotero-tb-fullscreen, #zotero-fullscreen-close-separator, #zotero-close-button { +.standalone-no-display { display: none; }