From fc1c78bb6c350583a6e798325b324dbbd2677c8a Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Mon, 9 Mar 2009 00:42:21 +0330 Subject: [PATCH] Bug 479588 - Error console's text box should always be LTR; r=dao --- toolkit/components/console/content/console.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toolkit/components/console/content/console.css b/toolkit/components/console/content/console.css index 558882ed7457..bcee04d2c3c6 100644 --- a/toolkit/components/console/content/console.css +++ b/toolkit/components/console/content/console.css @@ -60,3 +60,7 @@ .lineNumberRow[line="0"] { display: none; } + +#TextboxEval { + direction: ltr; +}