Bug 1162142 - Show a magnifying glass search icon in the awesomebar for search suggestions. r=mak

This commit is contained in:
Drew Willcoxon 2015-06-26 17:14:32 -07:00
parent 4a598a332a
commit 7802568d5a

View File

@ -145,3 +145,11 @@
-moz-image-region: rect(0, 96px, 32px, 64px);
}
}
#urlbar[actiontype="searchengine"] > #identity-box > #page-proxy-favicon {
-moz-image-region: inherit;
list-style-image: url(chrome://global/skin/icons/autocomplete-search.svg#search-icon);
width: 16px;
height: 16px;
opacity: 1;
}