RTL: Flip Sync button
Sync isn't inside #zotero-pane anymore, so match on :root:-moz-locale-dir(rtl) instead.
This commit is contained in:
parent
e4837168b9
commit
667ea83f4b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
The other way to do this would be to set direction: ltr on buttons in the
|
||||
RTL toolbar, but that breaks popup positioning. */
|
||||
#zotero-pane[dir=rtl] {
|
||||
:root:-moz-locale-dir(rtl) {
|
||||
.zotero-tb-button > .toolbarbutton-menu-dropmarker {
|
||||
-moz-box-ordinal-group: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue