| 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/. */ |
| 4 | |
| 5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
| 6 | |
| 7 | #throbber-box { |
| 8 | -moz-box-orient: vertical; |
| 9 | } |
| 10 | |
| 11 | #wrapper-throbber-box > #throbber-box > #navigator-throbber, |
| 12 | #navigator-throbber { |
| 13 | -moz-binding: url("chrome://global/content/bindings/button.xml#button-image"); |
| 14 | -moz-user-focus: ignore; |
| 15 | -moz-box-align: center; |
| 16 | -moz-box-pack: center; |
| 17 | -moz-box-flex: 1; |
| 18 | margin: 0; |
| 19 | border: none; |
| 20 | padding: 2px; |
| 21 | min-width: 0; |
| 22 | list-style-image: url("chrome://communicator/skin/brand/throbber-single.gif"); |
| 23 | } |
| 24 | |
| 25 | #navigator-throbber[busy="true"] { |
| 26 | list-style-image: url("chrome://communicator/skin/brand/throbber-anim.gif"); |
| 27 | } |
| 28 | |
| 29 | window[chromehidden~="toolbar"] #navigator-throbber, |
| 30 | toolbar[mode="text"] #wrapper-throbber-box > #throbber-box > #navigator-throbber, |
| 31 | toolbar[iconsize="small"] #wrapper-throbber-box > #throbber-box > #navigator-throbber, |
| 32 | toolbar[mode="text"] #navigator-throbber, |
| 33 | toolbar[mode="icons"] #navigator-throbber, |
| 34 | toolbar[iconsize="small"] #navigator-throbber { |
| 35 | padding: 1px; |
| 36 | list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif"); |
| 37 | } |
| 38 | |
| 39 | window[chromehidden~="toolbar"] #navigator-throbber[busy="true"], |
| 40 | toolbar[mode="text"] #navigator-throbber[busy="true"], |
| 41 | toolbar[mode="icons"] #navigator-throbber[busy="true"], |
| 42 | toolbar[iconsize="small"] #navigator-throbber[busy="true"] { |
| 43 | list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif"); |
| 44 | } |