зеркало из https://github.com/mozilla/pjs.git
fix for bug #373353: add favicons to the results in the location bar
r=mano
This commit is contained in:
Родитель
9e922f2537
Коммит
c2340a3e00
|
@ -986,6 +986,12 @@ statusbarpanel#statusbar-display {
|
||||||
|
|
||||||
/* ::::: autocomplete ::::: */
|
/* ::::: autocomplete ::::: */
|
||||||
|
|
||||||
|
.autocomplete-treebody::-moz-tree-image(favicon, treecolAutoCompleteValue) {
|
||||||
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
|
.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
|
||||||
color: #555566;
|
color: #555566;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче