commit 3194f4629f6b1d8c21477b1b0efb703cf90bfd0f parent 98263fb485f0cab450534a275a40828698aa8f6a Author: Dan Stillman <dstillman@zotero.org> Date: Mon, 9 Mar 2015 03:19:26 -0400 Fix size of separate Z toolbar icon on Windows and Linux Fixes #667 Diffstat:
| M | chrome/content/zotero-platform/unix/overlay.css | | | 4 | ++++ |
| M | chrome/content/zotero-platform/win/overlay.css | | | 4 | ++++ |
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/chrome/content/zotero-platform/unix/overlay.css b/chrome/content/zotero-platform/unix/overlay.css @@ -86,6 +86,10 @@ box-shadow: var(--toolbarbutton-active-boxshadow); transition-duration: 10ms; } + +#zotero-toolbar-main-button-single[cui-areatype="toolbar"] .toolbarbutton-icon { + width: 32px; +} /* End toolbar buttons */ diff --git a/chrome/content/zotero-platform/win/overlay.css b/chrome/content/zotero-platform/win/overlay.css @@ -94,6 +94,10 @@ #zotero-toolbar-save-button[cui-areatype="toolbar"] > menupopup { margin-top: -5px; } + +#zotero-toolbar-main-button-single[cui-areatype="toolbar"] .toolbarbutton-icon { + width: 32px; +} /* End toolbar buttons */ #zotero-tb-search-menu-button {