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 | 4707d97e1bc1cf3d2c249f5e452cd8321eaa03e6 (patch) | |
tree | 6c4b3e0854a520549fcaee49c8e30380d2ab1aa7 /browser/themes/shared | |
parent | 143331f2a45eff3f48e7e69ab4cf70986d29ef34 (diff) | |
download | uxp-4707d97e1bc1cf3d2c249f5e452cd8321eaa03e6.tar.gz |
Bug 1217907: [RTL] Wrong direction in about:preferences#general homepage
Diffstat (limited to 'browser/themes/shared')
-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: */ |