Firefox 55 compatibility: fix some Mac toolbar button weirdness

At the cost of some ugliness in earlier versions, at least for now
This commit is contained in:
Dan Stillman 2017-08-09 05:15:58 +02:00
parent 8212bd3f61
commit 8958809f4a

View File

@ -76,6 +76,21 @@
border-left: 1px solid transparent;
}
/* Firefox 55 changes */
#zotero-toolbar-buttons[cui-areatype="toolbar"]:hover .toolbarbutton-menubutton-button,
#zotero-toolbar-buttons[cui-areatype="toolbar"]:hover .toolbarbutton-menubutton-dropmarker,
#zotero-toolbar-save-button[cui-areatype="toolbar"]:hover > .toolbarbutton-menubutton-button,
#zotero-toolbar-save-button[cui-areatype="toolbar"]:hover > .toolbarbutton-menubutton-dropmarker {
border: 0 !important;
}
#zotero-toolbar-buttons[cui-areatype="toolbar"]:hover .dropmarker-icon,
#zotero-toolbar-save-button[cui-areatype="toolbar"]:hover .dropmarker-icon {
padding-top: calc(var(--toolbarbutton-inner-padding) + 5px);
padding-bottom: calc(var(--toolbarbutton-inner-padding) + 5px);
}
/*
* Alterations for overflow menu
*/