mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1005855 - Add flipping for arrows in Bookmarks Menu on Windows and Linux (RTL locale). r=Gijs
This commit is contained in:
parent
6bebab3213
commit
a6341880e1
@ -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;
|
||||
}
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user