From a85a9a632e147cefe563241e01f62d2016fd19ea Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 22 Feb 2015 04:16:48 -0500 Subject: [PATCH] Decrease right-padding of middle button by 1px on OS X --- chrome/content/zotero-platform/mac/overlay.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/content/zotero-platform/mac/overlay.css b/chrome/content/zotero-platform/mac/overlay.css index 760f7f8f3..7a5afc3be 100644 --- a/chrome/content/zotero-platform/mac/overlay.css +++ b/chrome/content/zotero-platform/mac/overlay.css @@ -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;