From 4e717a0934b67fb12fee2831587fec614ee6d4a1 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 20 Oct 2017 18:15:27 -0400 Subject: [PATCH] Fix dropmarkers on Linux after 2x upgrades --- chrome/content/zotero-platform/unix/overlay.css | 5 +++++ chrome/content/zotero-platform/unix/tagselector.css | 3 +++ 2 files changed, 8 insertions(+) diff --git a/chrome/content/zotero-platform/unix/overlay.css b/chrome/content/zotero-platform/unix/overlay.css index 0d574fcde..d018c11e5 100644 --- a/chrome/content/zotero-platform/unix/overlay.css +++ b/chrome/content/zotero-platform/unix/overlay.css @@ -179,6 +179,11 @@ toolbar:not([id="nav-bar"]) #zotero-toolbar-buttons separator { } } +/* Dropmarker added automatically on Linux */ +.toolbarbutton-menu-dropmarker, #zotero-tb-search-menu-button { + list-style-image: none; +} + .zotero-tb-button:not([type=menu]) { margin-right: 4px; } diff --git a/chrome/content/zotero-platform/unix/tagselector.css b/chrome/content/zotero-platform/unix/tagselector.css index e69de29bb..6a2ee783e 100644 --- a/chrome/content/zotero-platform/unix/tagselector.css +++ b/chrome/content/zotero-platform/unix/tagselector.css @@ -0,0 +1,3 @@ +#view-settings-menu .toolbarbutton-icon { + margin-right: 0; /* dropmarker spacing handled automatically on Linux */ +} \ No newline at end of file