Bug 1406353 - Give autocomplete panel extra margin. r=dao

MozReview-Commit-ID: A1jR564IKjt

--HG--
extra : rebase_source : e6aa62b7ab8838b3dcdc7c49c565a80564bf7116
This commit is contained in:
Dale Harvey 2017-10-03 16:37:00 +01:00
Родитель b863abefa9
Коммит bb342466b7
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -335,6 +335,14 @@
%include ../shared/autocomplete.inc.css
%include ../shared/urlbar-autocomplete.inc.css
/* Give an extra margin top to align the top of the awesomebar with the
* bottom of the nav bar, OSX calculates the panel position with an missing
* 1px - https://bugzilla.mozilla.org/show_bug.cgi?id=1406353
*/
#PopupAutoCompleteRichResult {
margin-top: 1px;
}
#PopupAutoComplete > richlistbox > richlistitem[originaltype~="datalist-first"] {
border-top: 1px solid #C7C7C7;
}