Restrict Fx55 toolbar icon fixes to >=Fx55

This reverts commit 8958809f4 and 330054e93.

This might need an adjustment to not apply the border change to Windows
and Linux.
This commit is contained in:
Dan Stillman 2017-11-08 15:30:11 -05:00
parent bb87ce3007
commit 273194eaf3
4 changed files with 14 additions and 16 deletions

View File

@ -69,6 +69,8 @@ overlay chrome://zotero/content/preferences/preferences_advanced.xul chrome://zo
overlay chrome://mozapps/content/downloads/unknownContentType.xul chrome://zotero/content/downloadOverlay.xul
style chrome://browser/content/browser.xul chrome://zotero/skin/zotero.css
style chrome://browser/content/browser.xul chrome://zotero/skin/zotero-fx55.css platformversion>=55
style chrome://global/content/customizeToolbar.xul chrome://zotero/skin/zotero.css
component {e4c61080-ec2d-11da-8ad9-0800200c9a66} components/zotero-service.js

View File

@ -76,15 +76,6 @@
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;
}
/*
* Alterations for overflow menu
*/

View File

@ -0,0 +1,12 @@
#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);
}
#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;
}

View File

@ -128,13 +128,6 @@ toolbarpaletteitem[place="palette"] #zotero-toolbar-buttons #zotero-toolbar-save
}
#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);
}
/* Show webpage icon in gray when no translators */
#zotero-toolbar-save-button:not(.translate),
#zotero-toolbar-save-button-single:not(.translate),