зеркало из https://github.com/mozilla/pjs.git
This commit is contained in:
Родитель
daa4e15d2d
Коммит
ee8f2fdf4e
|
@ -905,10 +905,6 @@ toolbar[iconsize="small"] #paste-button:not([disabled="true"]):hover:active {
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
}
|
}
|
||||||
|
|
||||||
#PopupAutoCompleteRichResult {
|
|
||||||
direction: ltr !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ::::: page proxy icon ::::: */
|
/* ::::: page proxy icon ::::: */
|
||||||
|
|
||||||
#page-proxy-deck,
|
#page-proxy-deck,
|
||||||
|
@ -953,14 +949,18 @@ statusbarpanel#statusbar-display {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ac-result-type-tag {
|
#treecolAutoCompleteImage {
|
||||||
list-style-image: url("chrome://browser/skin/places/tag.png");
|
max-width : 36px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteImage) {
|
||||||
|
list-style-image: url("chrome://browser/skin/places/pageStarred.png");
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ac-result-type-bookmark {
|
.autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) {
|
||||||
list-style-image: url("chrome://browser/skin/places/pageStarred.png");
|
list-style-image: url("chrome://browser/skin/places/tag.png");
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче