Bug 1066794 - Make the search suggestions popup on about:home/about:newtab more consistent with the main search bar's popup. r=MattN

This commit is contained in:
Drew Willcoxon 2014-09-17 09:11:04 -07:00
Родитель ea9fb10a76
Коммит 405a49873c
1 изменённых файлов: 2 добавлений и 6 удалений

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

@ -25,8 +25,8 @@
padding: 0;
}
.searchSuggestionRow.formHistory {
color: hsl(210,100%,40%);
.searchSuggestionRow.formHistory + .searchSuggestionRow.remote > td {
border-top: 1px solid GrayText;
}
.searchSuggestionRow.selected {
@ -42,7 +42,3 @@
text-overflow: ellipsis;
white-space: nowrap;
}
.searchSuggestionEntry > span.typed {
font-weight: bold;
}