Bug 1317268 - fix direction of label in bookmarks/history tooltip in RTL, r=mak

MozReview-Commit-ID: CSzdJ980d3P

--HG--
extra : rebase_source : d370887e1bfbfa05fc3e72433da08c0d3f6ce3f2
This commit is contained in:
Gijs Kruitbosch 2016-11-14 12:01:20 +00:00
Родитель 94cd3ceb48
Коммит 40e616f749
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -12,6 +12,12 @@ tree[type="places"] > treechildren::-moz-tree-cell {
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;