1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
7 #wrapper-throbber-box > #throbber-box > #navigator-throbber,
9 -moz-binding: url("chrome://global/content/bindings/button.xml#button-image");
10 -moz-user-focus: ignore;
11 -moz-box-align: center;
12 -moz-box-pack: center;
15 border: 1px solid transparent;
18 list-style-image: url("chrome://communicator/skin/brand/throbber-single.gif");
21 #navigator-throbber[busy="true"] {
22 list-style-image: url("chrome://communicator/skin/brand/throbber-anim.gif");
25 #navigator-throbber:hover {
26 border: 1px outset #CCD0DD;
29 #navigator-throbber:hover:active {
30 border: 1px inset #CCD0DD;
33 window[chromehidden~="toolbar"] #navigator-throbber,
34 toolbar[mode="text"] #wrapper-throbber-box > #throbber-box > #navigator-throbber,
35 toolbar[iconsize="small"] #wrapper-throbber-box > #throbber-box > #navigator-throbber,
36 toolbar[mode="text"] #navigator-throbber,
37 toolbar[mode="icons"] #navigator-throbber,
38 toolbar[iconsize="small"] #navigator-throbber {
40 -moz-margin-start: 1px;
42 list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
45 window[chromehidden~="toolbar"] #navigator-throbber[busy="true"],
46 toolbar[mode="text"] #navigator-throbber[busy="true"],
47 toolbar[mode="icons"] #navigator-throbber[busy="true"],
48 toolbar[iconsize="small"] #navigator-throbber[busy="true"] {
49 list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");