Bug 1198415 - Specify a foreground color for the urlbar search suggestions opt-in so that its text is readable in non-default themes. r=mak

This commit is contained in:
Drew Willcoxon 2015-09-18 10:02:15 -07:00
parent 242a153d01
commit 2e7db06fd3

View File

@ -1,5 +1,6 @@
#PopupAutoCompleteRichResult > hbox[anonid="search-suggestions-notification"] {
border-bottom: 1px solid hsla(210, 4%, 10%, 0.14);
color: -moz-FieldText;
background-color: hsla(210, 4%, 10%, 0.07);
padding: 6px 0;
-moz-padding-start: 44px;