Bug 1317268 - fix direction of label in bookmarks/history tooltip in RTL, r?mak draft
authorGijs Kruitbosch <gijskruitbosch@gmail.com>
Mon, 14 Nov 2016 12:01:20 +0000
changeset 438403 be6e420b90e41462fc49a9346d50f1d31a962d7f
parent 438401 96fc2db1eb87c8e8c021d85646478e18f980586f
child 536895 efc8d401b3b6c5b8a5f77dab39c8ddcd71571e4d
push id35696
push userbmo:gijskruitbosch+bugs@gmail.com
push dateMon, 14 Nov 2016 12:10:00 +0000
reviewersmak
bugs1317268
milestone52.0a1
Bug 1317268 - fix direction of label in bookmarks/history tooltip in RTL, r?mak MozReview-Commit-ID: CSzdJ980d3P
browser/components/places/content/places.css
--- a/browser/components/places/content/places.css
+++ b/browser/components/places/content/places.css
@@ -7,16 +7,22 @@ tree[type="places"] {
 }
 
 tree[type="places"] > treechildren::-moz-tree-cell {
   /* ensure we use the direction of the website title / url instead of the
    * browser locale */
   unicode-bidi: plaintext;
 }
 
+#bhtTitleText {
+  /* ensure we use the direction of the website title instead of the
+   * browser locale */
+  unicode-bidi: plaintext;
+}
+
 .toolbar-drop-indicator {
   position: relative;
   z-index: 1;
 }
 
 menupopup[placespopup="true"] {
   -moz-binding: url("chrome://browser/content/places/menu.xml#places-popup-base");
 }