mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
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:
parent
975ad90fb9
commit
48b9e2d357
@ -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>
|
||||
|
@ -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 -->
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user