Decrease right-padding of middle button by 1px on OS X

This commit is contained in:
Dan Stillman 2015-02-22 04:16:48 -05:00
parent 1069b483cc
commit a85a9a632e

View file

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