From 0ba64b5194428d72e626949f6076f104fb62c8e6 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 5 Jul 2015 12:58:36 -0400 Subject: [PATCH] Show guidance panel nav buttons on Linux --- chrome/skin/default/zotero/bindings/guidancepanel.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/skin/default/zotero/bindings/guidancepanel.css b/chrome/skin/default/zotero/bindings/guidancepanel.css index 97eb0acefe..52fabaa4d7 100644 --- a/chrome/skin/default/zotero/bindings/guidancepanel.css +++ b/chrome/skin/default/zotero/bindings/guidancepanel.css @@ -10,6 +10,7 @@ stack { } *[anonid=nav-buttons] > toolbarbutton { + -moz-appearance: none; /* Necessary on Linux for button to be shown */ width: 22px; height: 22px; border: 1px solid lightgray;