зеркало из https://github.com/mozilla/pjs.git
Bug 414472: Remove puzzle piece from search bar. r=gavin.sharp.
This commit is contained in:
Родитель
99abef096c
Коммит
3c88aac906
|
@ -867,7 +867,6 @@
|
|||
</resources>
|
||||
|
||||
<content align="center">
|
||||
<xul:image class="searchbox-image" xbl:inherits="src=image"/>
|
||||
<xul:textbox class="plain"
|
||||
xbl:inherits="emptytext,onfocus,onblur,spellcheck,value,maxlength,disabled,size,readonly,tabindex,accesskey"/>
|
||||
<xul:button class="searchbox-search" xbl:inherits="disabled" oncommand="this.parentNode.startSearch()"/>
|
||||
|
@ -876,7 +875,7 @@
|
|||
|
||||
<implementation>
|
||||
<field name="textbox">
|
||||
document.getAnonymousNodes(this)[1];
|
||||
document.getAnonymousNodes(this)[0];
|
||||
</field>
|
||||
|
||||
<field name="_searchButton">
|
||||
|
|
|
@ -322,11 +322,6 @@ vbox[typeName="status"][type="header-recommended"] {
|
|||
background: -moz-dialog;
|
||||
}
|
||||
|
||||
#searchbox {
|
||||
list-style-image: url(chrome://mozapps/skin/extensions/searchIcons.png);
|
||||
-moz-image-region: rect(0px 19px 19px 0px);
|
||||
}
|
||||
|
||||
.searchbox-search, .searchbox-cancel {
|
||||
-moz-appearance: none;
|
||||
cursor: pointer;
|
||||
|
|
|
@ -331,11 +331,6 @@ vbox[typeName="status"][type="header-recommended"] {
|
|||
border-bottom: 1px solid #878787;
|
||||
}
|
||||
|
||||
#searchbox {
|
||||
list-style-image: url(chrome://mozapps/skin/extensions/searchIcons.png);
|
||||
-moz-image-region: rect(0px 19px 19px 0px);
|
||||
}
|
||||
|
||||
.searchbox-search, .searchbox-cancel {
|
||||
-moz-appearance: none;
|
||||
cursor: pointer;
|
||||
|
|
|
@ -322,8 +322,6 @@ vbox[typeName="status"][type="header-recommended"] {
|
|||
}
|
||||
|
||||
#searchbox {
|
||||
list-style-image: url(chrome://mozapps/skin/extensions/searchIcons.png);
|
||||
-moz-image-region: rect(0px 19px 19px 0px);
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче