Decrease right-padding of middle button by 1px on OS X
This commit is contained in:
parent
1069b483cc
commit
a85a9a632e
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
|||
border-color: transparent;
|
||||
}
|
||||
|
||||
#zotero-toolbar-save-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-button {
|
||||
min-width: 27px;
|
||||
}
|
||||
|
||||
#zotero-toolbar-buttons[cui-areatype="toolbar"]:hover > #zotero-toolbar-save-button > .toolbarbutton-menubutton-button,
|
||||
#zotero-toolbar-buttons[cui-areatype="toolbar"]:hover > #zotero-toolbar-save-button > .toolbarbutton-menubutton-dropmarker {
|
||||
border-width: 1px;
|
||||
|
|
Loading…
Reference in a new issue