From c99a7d37f044549fbeaf03fd331a6b53255ece43 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Thu, 16 Feb 2012 04:05:12 -0500 Subject: [PATCH] Zotero toolbar should always be visible --- chrome/skin/default/zotero/overlay.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chrome/skin/default/zotero/overlay.css b/chrome/skin/default/zotero/overlay.css index cd08a1d74..c7186b995 100644 --- a/chrome/skin/default/zotero/overlay.css +++ b/chrome/skin/default/zotero/overlay.css @@ -517,4 +517,9 @@ #zotero-annotate-tb-unhighlight[tool-active=true] { list-style-image: url('chrome://zotero/skin/annotate-unhighlight-selected.png'); +} + +#zotero-toolbar +{ + visibility: visible !important; } \ No newline at end of file