Bug 1643935 - Don't re-mirror the restore button in full-screen mode on Windows 7 r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D78609
This commit is contained in:
Itiel 2020-06-08 11:37:39 +00:00
parent 0f71e396be
commit 552775016d

View File

@ -498,9 +498,11 @@ menuitem.bookmark-item {
-moz-image-region: rect(32px, 49px, 48px, 32px);
}
#minimize-button:-moz-locale-dir(rtl),
#restore-button:-moz-locale-dir(rtl),
#close-button:-moz-locale-dir(rtl) {
/* Normally there's no need to mirror these buttons for RTL,
but both have curves at their bottom right/left, and without
mirroring them their curves would appear in the wrong spot. */
#minimize-button > .toolbarbutton-icon:-moz-locale-dir(rtl),
#close-button > .toolbarbutton-icon:-moz-locale-dir(rtl) {
transform: scaleX(-1);
}
}