From 5681954f3970dac986309d2b0575b661e8342d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Thu, 11 Apr 2024 17:10:18 +0300 Subject: [PATCH] Fix bad basicViewer toolbar styling on Linux --- scss/components/_toolbar.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scss/components/_toolbar.scss b/scss/components/_toolbar.scss index bc1993a47e..8f8fb9ce11 100644 --- a/scss/components/_toolbar.scss +++ b/scss/components/_toolbar.scss @@ -114,4 +114,11 @@ #zotero-tb-pq-recognize .toolbarbutton-icon { width: 18px; margin-top: 1px; +} + +toolbox { + @media (-moz-platform: linux) { + background: Menu; + appearance: initial; + } } \ No newline at end of file