mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
fix for #83638, addressbook throbber looks bad.
r=hwaara, rs=bienvenu, a=asa
This commit is contained in:
parent
967fa30ba2
commit
2fc3894d99
@ -239,9 +239,11 @@ Rights Reserved.
|
||||
<button id="button_search" class="other28" align="top" label="&searchButton.label;" disabled="true" tooltip="aTooltip" tooltiptext="&searchButton.tooltip;" oncommand="AbSearch()"/-->
|
||||
</box>
|
||||
|
||||
<button class="plain" id="navigator-throbber" oncommand='goClickThrobber("addressbook.throbber.url")' tooltip="aTooltip" tooltiptext="&throbber.tooltip;">
|
||||
<box id="throbber-box" autostretch="never">
|
||||
<button id="navigator-throbber" oncommand='goClickThrobber("addressbook.throbber.url")' tooltip="aTooltip" tooltiptext="&throbber.tooltip;">
|
||||
<observes element="broadcaster_throbber" attribute="busy"/>
|
||||
</button>
|
||||
</box>
|
||||
</toolbar>
|
||||
</toolbox>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user