Bug 1324356 about:config warning icon should be at the right side on RTL draft
authorTomer Cohen <tomer@tomercohen.com>
Mon, 19 Dec 2016 09:07:37 +0200
changeset 450885 f4801eb9b38755ec821caa6ab7fcbaa5a19b4ffe
parent 450884 8c9aedd9ea6c0c88aaa737b13fe6d32c72f58aca
child 539862 f43e294102dcc70feec5831b6d441b8523d5a71b
push id38984
push userbmo:tomer.moz.bugs@tomercohen.com
push dateMon, 19 Dec 2016 07:08:24 +0000
bugs1324356
milestone53.0a1
Bug 1324356 about:config warning icon should be at the right side on RTL MozReview-Commit-ID: BHcYqcj3Tsu
toolkit/themes/shared/in-content/info-pages.inc.css
--- a/toolkit/themes/shared/in-content/info-pages.inc.css
+++ b/toolkit/themes/shared/in-content/info-pages.inc.css
@@ -35,17 +35,17 @@ body {
   background-position: left 0;
   background-repeat: no-repeat;
   background-size: 1.6em;
   margin-inline-start: -2.3em;
   padding-inline-start: 2.3em;
   font-size: 2.5em;
 }
 
-.title:dir(rtl) {
+.title:-moz-locale-dir(rtl) {
   background-position: right 0;
 }
 
 .title-text {
   border-bottom: 1px solid #C1C1C1;
   font-size: inherit;
   padding-bottom: 0.4em;
 }