Bug 1293308 - System font setting respected by location bar but ignored by location bar's autocomplete drop-down list. r=mak

MozReview-Commit-ID: ID6qXdbsNck

--HG--
extra : rebase_source : ed73e56ff804f97467bd42e2a40b7d04e99f217e
This commit is contained in:
Drew Willcoxon 2016-08-24 19:46:46 -07:00
Родитель d07b49ff57
Коммит f4c8161378
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1178,11 +1178,11 @@ notification[value="translation"] menulist > .menulist-dropmarker {
}
.ac-title {
font-size: 14px;
font-size: 1.05em;
}
.ac-tags {
font-size: 12px;
font-size: 0.9em;
}
html|span.ac-tag {
@ -1196,7 +1196,7 @@ html|span.ac-tag {
.ac-separator,
.ac-url,
.ac-action {
font-size: 12px;
font-size: 0.9em;
color: -moz-nativehyperlinktext;
}