www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 0ba64b5194428d72e626949f6076f104fb62c8e6
parent 01716183d75b04adf12058242f33c6ab0b7a1791
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun,  5 Jul 2015 12:58:36 -0400

Show guidance panel nav buttons on Linux

Diffstat:
Mchrome/skin/default/zotero/bindings/guidancepanel.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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;