Bug 1176252 - Use a white magnifying glass icon in the awesomebar when an entry is highlighted. r=Gijs

--HG--
extra : rebase_source : 4b5ba86c1e74fb4e6704c07bbfc49ad4b7292a7e
This commit is contained in:
Jared Wein 2015-06-19 14:23:15 -04:00
parent 26bad93f1d
commit 52ddf8b691

View File

@ -1465,12 +1465,13 @@ richlistitem[type~="action"][actiontype="searchengine"] > .ac-title-box > .ac-si
height: 16px;
}
@media (-moz-os-version: windows-xp),
not all and (-moz-windows-default-theme) {
.ac-result-type-keyword[selected="true"],
.autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage, selected),
richlistitem[type~="action"][actiontype="searchengine"][selected="true"] > .ac-title-box > .ac-site-icon {
list-style-image: url(chrome://global/skin/icons/autocomplete-search.svg#search-icon-inverted);
@media not all and (-moz-os-version: windows-vista) and (-moz-windows-default-theme) {
@media not all and (-moz-os-version: windows-win7) and (-moz-windows-default-theme) {
.ac-result-type-keyword[selected="true"],
.autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage, selected),
richlistitem[type~="action"][actiontype="searchengine"][selected="true"] > .ac-title-box > .ac-site-icon {
list-style-image: url(chrome://global/skin/icons/autocomplete-search.svg#search-icon-inverted);
}
}
}