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