use the right image for the throbber. we should make the throbber css info should be global. I'll log a bug and get to that later.

This commit is contained in:
sspitzer%netscape.com 1999-07-31 20:15:21 +00:00
parent 975ad90fb9
commit 48b9e2d357
4 changed files with 6 additions and 3 deletions

View File

@ -206,7 +206,7 @@ Rights Reserved.
<titledbutton src="&saveButton.img;" align="bottom" value="&saveButton.label;" onclick="SaveAsDraft()"/>
<titledbutton src="&stopButton.img;" align="bottom" value="&stopButton.label;" onclick="Stop()"/>
<spring flex="100%"/>
<titledbutton src="&throbberButton.img;" align="bottom" onclick="MsgHome('&throbberButton.url;')"/>
<titledbutton id="Throbber" align="bottom" onclick="MsgHome('&throbberButton.url;')"/>
</toolbar>
<toolbar>

View File

@ -118,7 +118,6 @@
<!ENTITY saveButton.label "Save">
<!ENTITY stopButton.img "chrome://messengercompose/skin/stop.gif">
<!ENTITY stopButton.label "Stop">
<!ENTITY throbberButton.img "resource:/res/throbber/anims00.gif">
<!ENTITY throbberButton.url "http://www.mozilla.org/">
<!-- Toolbar items, imported from editorAppShell.xul -->

View File

@ -27,3 +27,8 @@ tree[class="attachment"] treeitem > treerow > treecell > titledbutton {
border:2px groove black;
list-style-image: url("chrome://addressbook/skin/myaddrbk.gif");
}
titledbutton#Throbber
{
list-style-image:url(chrome://navigator/skin/animthrob_single.gif);
}

View File

@ -118,7 +118,6 @@
<!ENTITY saveButton.label "Save">
<!ENTITY stopButton.img "chrome://messengercompose/skin/stop.gif">
<!ENTITY stopButton.label "Stop">
<!ENTITY throbberButton.img "resource:/res/throbber/anims00.gif">
<!ENTITY throbberButton.url "http://www.mozilla.org/">
<!-- Toolbar items, imported from editorAppShell.xul -->