mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 516571: search button bustage, r=mfinkle
This commit is contained in:
parent
62f3cf8fd6
commit
6b306f7c47
@ -376,8 +376,6 @@
|
||||
// styling the selected item when closing the popup is fast enough
|
||||
this.selectedIndex = target._index + offset;
|
||||
this.input.controller.handleEnter(true);
|
||||
} else {
|
||||
this.close();
|
||||
}
|
||||
]]>
|
||||
</handler>
|
||||
|
@ -584,6 +584,7 @@ placeitem .button-text {
|
||||
#autocomplete_navbuttons {
|
||||
padding: 2.2mm; /* core spacing */
|
||||
min-height: 14.4mm; /* row size */
|
||||
-moz-user-focus: ignore;
|
||||
}
|
||||
|
||||
#autocomplete_navbuttons autorepeatbutton {
|
||||
@ -689,7 +690,7 @@ autocompleteresult.allbookmarks > .autocomplete-item-tags:after {
|
||||
display: block;
|
||||
-moz-column-width: 128px;
|
||||
-moz-column-gap: 0;
|
||||
-moz-user-focus: none;
|
||||
-moz-user-focus: ignore;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
@ -820,6 +821,11 @@ findbar .findbar-closebutton {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
#search-buttons,
|
||||
.search-engine-button {
|
||||
-moz-user-focus: ignore;
|
||||
}
|
||||
|
||||
.search-engine-button .button-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
@ -350,6 +350,7 @@ placeitem .button-text {
|
||||
#autocomplete_navbuttons {
|
||||
padding: 1.1mm; /* core spacing */
|
||||
min-height: 7.2mm; /* row size */
|
||||
-moz-user-focus: ignore;
|
||||
}
|
||||
|
||||
#autocomplete_navbuttons autorepeatbutton {
|
||||
@ -453,7 +454,7 @@ autocompleteresult.allbookmarks > .autocomplete-item-tags:after {
|
||||
display: block;
|
||||
-moz-column-width: 128px;
|
||||
-moz-column-gap: 0;
|
||||
-moz-user-focus: none;
|
||||
-moz-user-focus: ignore;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
@ -543,6 +544,11 @@ findbar {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
#search-buttons,
|
||||
.search-engine-button {
|
||||
-moz-user-focus: ignore;
|
||||
}
|
||||
|
||||
/* Preferences window ---------------------------------------------------- */
|
||||
/* XXX should be a richlistitem */
|
||||
setting {
|
||||
|
Loading…
x
Reference in New Issue
Block a user