mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fix for bug #402703: Favicons for tag matches in autocomplete aren't resized r=dietrich, a=schrep
This commit is contained in:
parent
ac5c8027b5
commit
76b802d851
@ -904,11 +904,8 @@ statusbarpanel#statusbar-display {
|
||||
|
||||
/* ----- AUTOCOMPLETE ----- */
|
||||
|
||||
.autocomplete-treebody::-moz-tree-image(favicon, treecolAutoCompleteValue) {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.autocomplete-treebody::-moz-tree-image(favicon, treecolAutoCompleteValue),
|
||||
.autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteValue),
|
||||
.autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteValue) {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
@ -939,11 +939,8 @@ statusbarpanel#statusbar-display {
|
||||
|
||||
/* ::::: autocomplete ::::: */
|
||||
|
||||
.autocomplete-treebody::-moz-tree-image(favicon, treecolAutoCompleteValue) {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.autocomplete-treebody::-moz-tree-image(favicon, treecolAutoCompleteValue),
|
||||
.autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteValue),
|
||||
.autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteValue) {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
Loading…
Reference in New Issue
Block a user