зеркало из https://github.com/mozilla/pjs.git
use the right throbber for the address book.
This commit is contained in:
Родитель
4709db8f4a
Коммит
18158e016d
|
@ -74,7 +74,6 @@
|
|||
<!ENTITY searchButton.img "resource:/res/toolbar/TB_Search.gif">
|
||||
<!ENTITY searchButton.label ".Search">
|
||||
<!ENTITY showNames.label "Show names containing:">
|
||||
<!ENTITY throbber.img "resource:/res/throbber/anims00.gif">
|
||||
<!ENTITY throbber.url "http://www.mozilla.org/">
|
||||
]>
|
||||
|
||||
|
@ -193,7 +192,7 @@
|
|||
<titledbutton src="&searchButton.img;" align="bottom" value="&searchButton.label;" onclick="AbSearch()"/>
|
||||
<spring flex="100%"/>
|
||||
|
||||
<titledbutton src="&throbber.img;" align="right" onclick="MsgHome('&throbber.url;')"/>
|
||||
<titledbutton id="Throbber" align="right" onclick="MsgHome('&throbber.url;')"/>
|
||||
</toolbar>
|
||||
</toolbox>
|
||||
|
||||
|
|
|
@ -92,3 +92,7 @@ box[hide] {
|
|||
display: none;
|
||||
}
|
||||
|
||||
titledbutton#Throbber
|
||||
{
|
||||
list-style-image:url(chrome://navigator/skin/animthrob_single.gif);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче