From 54b2916f7eea28d5353853a80daa330cfb20f36a Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Thu, 16 Feb 2012 04:13:47 -0500 Subject: [PATCH] Don't let Firefox hide our toolbars --- chrome/content/zotero/zoteroPane.xul | 2 +- chrome/skin/default/zotero/overlay.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/zoteroPane.xul b/chrome/content/zotero/zoteroPane.xul index 124056f28..41b6a76e3 100644 --- a/chrome/content/zotero/zoteroPane.xul +++ b/chrome/content/zotero/zoteroPane.xul @@ -97,7 +97,7 @@ onkeyup="ZoteroPane_Local.handleKeyUp(event, this.id)" chromedir="&locale.dir;"> - + diff --git a/chrome/skin/default/zotero/overlay.css b/chrome/skin/default/zotero/overlay.css index c7186b995..f0f5813c0 100644 --- a/chrome/skin/default/zotero/overlay.css +++ b/chrome/skin/default/zotero/overlay.css @@ -522,4 +522,5 @@ #zotero-toolbar { visibility: visible !important; + display: block !important; } \ No newline at end of file