second and final part of syncing both themes with toolkit windows theme changes in...
[themes.git] / LCARStrek / communicator / brand.css
CommitLineData
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 29window[chromehidden~="toolbar"] #navigator-throbber,
fd47b6b0
RK
30toolbar[mode="text"] #wrapper-throbber-box > #throbber-box > #navigator-throbber,
31toolbar[iconsize="small"] #wrapper-throbber-box > #throbber-box > #navigator-throbber,
c79d2bbe
RK
32toolbar[mode="text"] #navigator-throbber,
33toolbar[mode="icons"] #navigator-throbber,
c710949d
RK
34toolbar[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 39window[chromehidden~="toolbar"] #navigator-throbber[busy="true"],
c79d2bbe
RK
40toolbar[mode="text"] #navigator-throbber[busy="true"],
41toolbar[mode="icons"] #navigator-throbber[busy="true"],
c710949d 42toolbar[iconsize="small"] #navigator-throbber[busy="true"] {
95f333af 43 list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.png");
b1eaa419 44}