Bug 1005855 - Add flipping for arrows in Bookmarks Menu on Windows and Linux (RTL locale). r=Gijs

This commit is contained in:
Alexander Seleznev 2014-08-15 13:55:00 -04:00
parent 6bebab3213
commit a6341880e1
2 changed files with 8 additions and 0 deletions

View File

@ -77,6 +77,10 @@ menu[disabled="true"].subviewbutton > .menu-right {
-moz-image-region: rect(0, 32px, 16px, 16px);
}
menu.subviewbutton > .menu-right:-moz-locale-dir(rtl) {
transform: scaleX(-1);
}
.subviewbutton > .toolbarbutton-icon {
-moz-margin-end: 5px !important;
}

View File

@ -126,6 +126,10 @@ menu[disabled="true"].subviewbutton > .menu-right {
-moz-image-region: rect(0, 32px, 16px, 16px);
}
menu.subviewbutton > .menu-right:-moz-locale-dir(rtl) {
transform: scaleX(-1);
}
%ifdef WINDOWS_AERO
/* Win8 and beyond. */
@media not all and (-moz-os-version: windows-vista) {