www

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

commit 4e717a0934b67fb12fee2831587fec614ee6d4a1
parent 677b2edd51317b214acacc1dee411765b0e7141a
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 20 Oct 2017 18:15:27 -0400

Fix dropmarkers on Linux after 2x upgrades

Diffstat:
Mchrome/content/zotero-platform/unix/overlay.css | 5+++++
Mchrome/content/zotero-platform/unix/tagselector.css | 4++++
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git 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 @@ -0,0 +1,3 @@ +#view-settings-menu .toolbarbutton-icon { + margin-right: 0; /* dropmarker spacing handled automatically on Linux */ +} +\ No newline at end of file