fix 2.30 review comments, hamburger button display, some overridden icons, and checkb...
[themes.git] / EarlyBlue / 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/. */
128000f4 4
5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
f6e0a33f 6
fd47b6b0 7#wrapper-throbber-box > #throbber-box > #navigator-throbber,
74d14f90 8#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;
02920d2b
RK
13 margin: 1px;
14 -moz-margin-end: 3px;
74d14f90 15 border: 1px solid transparent;
16 padding: 0px;
17 min-width: 0;
18 list-style-image: url("chrome://communicator/skin/brand/throbber-single.gif");
19}
f6e0a33f 20
74d14f90 21#navigator-throbber[busy="true"] {
22 list-style-image: url("chrome://communicator/skin/brand/throbber-anim.gif");
23}
f6e0a33f 24
74d14f90 25#navigator-throbber:hover {
26 border: 1px outset #CCD0DD;
27}
28
29#navigator-throbber:hover:active {
30 border: 1px inset #CCD0DD;
31}
c8120ee9 32
caf7fc11 33window[chromehidden~="toolbar"] #navigator-throbber,
fd47b6b0
RK
34toolbar[mode="text"] #wrapper-throbber-box > #throbber-box > #navigator-throbber,
35toolbar[iconsize="small"] #wrapper-throbber-box > #throbber-box > #navigator-throbber,
6c5a63bb
RK
36toolbar[mode="text"] #navigator-throbber,
37toolbar[mode="icons"] #navigator-throbber,
7862e6ee 38toolbar[iconsize="small"] #navigator-throbber {
02920d2b
RK
39 margin: 0;
40 -moz-margin-start: 1px;
41 -moz-margin-end: 3px;
c8120ee9 42 list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
43}
44
caf7fc11 45window[chromehidden~="toolbar"] #navigator-throbber[busy="true"],
6c5a63bb
RK
46toolbar[mode="text"] #navigator-throbber[busy="true"],
47toolbar[mode="icons"] #navigator-throbber[busy="true"],
7862e6ee 48toolbar[iconsize="small"] #navigator-throbber[busy="true"] {
c8120ee9 49 list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");
50}