diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2017-08-27 10:19:04 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-22 11:43:18 +0100 |
commit | cff4a7d0b65b9cfe272d72f7a26e3dcc33ea0a03 (patch) | |
tree | 6c4b3e0854a520549fcaee49c8e30380d2ab1aa7 | |
parent | 6bb68deb2a1de8e2a54ffb6cfefa2d6eebb883ef (diff) | |
download | uxp-cff4a7d0b65b9cfe272d72f7a26e3dcc33ea0a03.tar.gz |
Bug 1217907: [RTL] Wrong direction in about:preferences#general homepage
-rw-r--r-- | browser/themes/shared/incontentprefs/preferences.inc.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/browser/themes/shared/incontentprefs/preferences.inc.css b/browser/themes/shared/incontentprefs/preferences.inc.css index 577baa6ed5..0e62660de9 100644 --- a/browser/themes/shared/incontentprefs/preferences.inc.css +++ b/browser/themes/shared/incontentprefs/preferences.inc.css @@ -173,6 +173,11 @@ treecol { margin-inline-start: 0; } +#browserHomePage:-moz-locale-dir(rtl) input { + unicode-bidi: plaintext; + direction: rtl; +} + /* Content pane */ #playDRMContentLink { /* Line up with the buttons in the other grid bits: */ |