<div dir="rtl"><div dir="rtl"><div dir="rtl"><div dir="rtl"><div dir="rtl"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif" dir="ltr">Hello,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif" dir="ltr"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif" dir="ltr">In earlier Firefox versions I was able to change the default text direction in the URL bar (from right to left, in FF RTL locals) by modifying the following code in chrome\toolkit\res\forms.css:</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif" dir="ltr"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif" dir="ltr">
********************************
</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif" dir="ltr">@-moz-document url-prefix(chrome://) {<br> input.uri-element-right-align:-moz-locale-dir(rtl) {<br> direction: ltr !important;<br> text-align: right !important;<br> }<br><br> Make sure that the location bar's alignment in RTL mode changes according<br> to the input box direction if the user switches the text direction using<br> cmd_switchTextDirection (which applies a dir attribute to the <input>).<br> input.uri-element-right-align[dir=ltr]:-moz-locale-dir(rtl) {<br> text-align: left !important;<br> }<br>}<br>********************************</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif" dir="ltr"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif" dir="ltr">Could anyone please refer me to the relevant code in Firefox 64?</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif" dir="ltr">I'd appreciate your help.</div></div></div></div></div></div>