From cff4a7d0b65b9cfe272d72f7a26e3dcc33ea0a03 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Sun, 27 Aug 2017 10:19:04 +0200 Subject: Bug 1217907: [RTL] Wrong direction in about:preferences#general homepage --- browser/themes/shared/incontentprefs/preferences.inc.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'browser/themes/shared') diff --git a/browser/themes/shared/incontentprefs/preferences.inc.css b/browser/themes/shared/incontentprefs/preferences.inc.css index 577baa6ed..0e62660de 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: */ -- cgit v1.2.3