Fix dropmarkers on Linux after 2x upgrades
This commit is contained in:
parent
677b2edd51
commit
4e717a0934
2 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#view-settings-menu .toolbarbutton-icon {
|
||||
margin-right: 0; /* dropmarker spacing handled automatically on Linux */
|
||||
}
|
Loading…
Reference in a new issue