From 6c201bc98541907dbe76c9fc34ec2133092e52c4 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 5 Apr 2011 23:46:53 +0000 Subject: [PATCH] use an with -moz-appearance:toolbar instead of a to prevent toolbar from disappearing on pages with toolbars disabled --- chrome/content/zotero/zoteroPane.xul | 4 ++-- chrome/skin/default/zotero/overlay.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/zoteroPane.xul b/chrome/content/zotero/zoteroPane.xul index d794278cb..eb0c72c18 100644 --- a/chrome/content/zotero/zoteroPane.xul +++ b/chrome/content/zotero/zoteroPane.xul @@ -81,7 +81,7 @@ onkeyup="ZoteroPane_Local.handleKeyUp(event, this.id)" chromedir="&locale.dir;"> - + @@ -208,7 +208,7 @@ - + diff --git a/chrome/skin/default/zotero/overlay.css b/chrome/skin/default/zotero/overlay.css index 873630019..62bfa96a8 100644 --- a/chrome/skin/default/zotero/overlay.css +++ b/chrome/skin/default/zotero/overlay.css @@ -103,6 +103,7 @@ margin: 0; padding: 0; min-width: 1px; + -moz-appearance: toolbar; } #zotero-pane toolbarseparator {