Bug 605601 - Add new search icon for awesomeresults. [r=vingtetun]

This commit is contained in:
Wes Johnston 2010-11-16 14:03:00 -05:00
parent d523e3a5c7
commit dddd6a6ead
3 changed files with 4 additions and 3 deletions

View File

@ -694,7 +694,7 @@ placeitem[src=""] .bookmark-item-container > image {
.autocomplete-item-container[search="true"] {
background-repeat: no-repeat;
background-position: 100% 2px;
background-size: 24px 24px;
background-size: 26px 26px;
}
.autocomplete-item-container[favorite="true"] {
@ -706,7 +706,7 @@ placeitem[src=""] .bookmark-item-container > image {
}
.autocomplete-item-container[search="true"] {
background-image: url("chrome://browser/skin/images/search-glass-30.png");
background-image: url("chrome://browser/skin/images/autocomplete-search-hdpi.png");
}
.autocomplete-item-container[favorite="true"][remote="true"] {
@ -731,7 +731,7 @@ placeitem[src=""] .bookmark-item-container > image {
.bookmark-item-url {
color: blue;
font-size: 18px !important;
-moz-margin-end: 24px;
-moz-margin-end: 26px;
}
.autocomplete-item-container[favorite="true"] .autocomplete-item-label,

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -106,6 +106,7 @@ chrome.jar:
skin/images/task-back-rtl-hdpi.png (images/task-back-rtl-hdpi.png)
skin/images/autocomplete-desktop-hdpi.png (images/autocomplete-desktop-hdpi.png)
skin/images/autocomplete-bookmarked-hdpi.png (images/autocomplete-bookmarked-hdpi.png)
skin/images/autocomplete-search-hdpi.png (images/autocomplete-search-hdpi.png)
skin/images/play-hdpi.png (images/play-hdpi.png)
skin/images/pause-hdpi.png (images/pause-hdpi.png)
skin/images/mute-hdpi.png (images/mute-hdpi.png)