Fix dropmarkers on Linux after 2x upgrades

This commit is contained in:
Dan Stillman 2017-10-20 18:15:27 -04:00
parent 677b2edd51
commit 4e717a0934
2 changed files with 8 additions and 0 deletions

View file

@ -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;
}

View file

@ -0,0 +1,3 @@
#view-settings-menu .toolbarbutton-icon {
margin-right: 0; /* dropmarker spacing handled automatically on Linux */
}