зеркало из https://github.com/mozilla/gecko-dev.git
Bug 342774: hardcode the engine image size so that it doesn't do something weird when it's src is set, r=mconnor
This commit is contained in:
Родитель
f7dc9e77fe
Коммит
bedd07ca66
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
.searchbar-engine-image {
|
.searchbar-engine-image {
|
||||||
margin: 0px 0px 0px 2px;
|
margin: 0px 0px 0px 2px;
|
||||||
|
height: 16px;
|
||||||
|
width: 16px;
|
||||||
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
||||||
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче