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:
parent
8212bd3f61
commit
8958809f4a
|
@ -76,6 +76,21 @@
|
||||||
border-left: 1px solid transparent;
|
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
|
* Alterations for overflow menu
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user