Fix size of separate Z toolbar icon on Windows and Linux

Fixes #667
This commit is contained in:
Dan Stillman 2015-03-09 03:19:26 -04:00
parent 98263fb485
commit 3194f4629f
2 changed files with 8 additions and 0 deletions

View file

@ -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 */

View file

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