зеркало из https://github.com/mozilla/pjs.git
Bug #244325 --> change the ID for the new quick search box so we don't collide
with the search button in advanced search.
This commit is contained in:
Родитель
7fd132dab8
Коммит
fe50d5d736
|
@ -1809,7 +1809,7 @@
|
|||
<spring flex="4"/>
|
||||
|
||||
<textbox id="searchInput" flex="1" onfocus="onSearchInputFocus(event);" onblur="onSearchInputBlur(event);" onclick="this.select();" oninput="onSearchInput(false);" onkeypress="onSearchKeyPress(event);">
|
||||
<button id="search-button" type="menu">
|
||||
<button id="quick-search-button" type="menu">
|
||||
<menupopup id="quick-search-menupopup" value="2" persist="value" popupalign="topleft" popupanchor="bottomleft">
|
||||
<menuitem value="0" label="&searchSubjectMenu.label;" type="radio"
|
||||
oncommand="changeQuickSearchMode(this)"/>
|
||||
|
|
|
@ -86,7 +86,7 @@ dummy.usesMailWidgets {
|
|||
-moz-binding: url("chrome://messenger/content/search.xml#searchbar");
|
||||
}
|
||||
|
||||
#search-button {
|
||||
#quick-search-button {
|
||||
-moz-binding: url("chrome://messenger/content/search.xml#searchBarDropMarker");
|
||||
cursor: default;
|
||||
}
|
||||
|
|
|
@ -87,9 +87,9 @@
|
|||
<children/>
|
||||
<xul:stack flex="1">
|
||||
<xul:hbox align="center">
|
||||
<xul:image class="search-button-image" xbl:inherits="src"/>
|
||||
<xul:image class="quick-search-button-image" xbl:inherits="src"/>
|
||||
</xul:hbox>
|
||||
<xul:image class="search-button-dropmarker"/>
|
||||
<xul:image class="quick-search-button-dropmarker"/>
|
||||
</xul:stack>
|
||||
</content>
|
||||
</binding>
|
||||
|
|
|
@ -970,17 +970,17 @@ splitter {
|
|||
color: grey;
|
||||
}
|
||||
|
||||
#search-button {
|
||||
#quick-search-button {
|
||||
min-width: 22px;
|
||||
margin: 0px 3px 0px 5px;
|
||||
}
|
||||
|
||||
.search-button-image {
|
||||
.quick-search-button-image {
|
||||
padding: 0px;
|
||||
list-style-image: url("chrome://messenger/skin/icons/Search-bar.png");
|
||||
}
|
||||
|
||||
.search-button-dropmarker {
|
||||
.quick-search-button-dropmarker {
|
||||
padding: 6px 0px 5px 17px;
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-dn.png");
|
||||
}
|
||||
|
|
|
@ -991,18 +991,18 @@ treechildren::-moz-tree-cell-text(lc-black, selected) {
|
|||
color: grey;
|
||||
}
|
||||
|
||||
#search-button {
|
||||
#quick-search-button {
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.search-button-image {
|
||||
.quick-search-button-image {
|
||||
margin: 0px;
|
||||
list-style-image: url("chrome://messenger/skin/icons/Search-bar.png");
|
||||
}
|
||||
|
||||
.search-button-dropmarker {
|
||||
.quick-search-button-dropmarker {
|
||||
margin-left: 12px;
|
||||
margin-top: 8px;
|
||||
list-style-image: url("chrome://messenger/skin/icons/search-arrow.gif");
|
||||
|
|
Загрузка…
Ссылка в новой задаче