updating EarlyBlue for recent XUL changes
[themes.git] / EarlyBlue / skin / EarlyBlue / communicator / brand.css
CommitLineData
f6e0a33f 1
2#navigator-throbber
3 {
4 -moz-binding : url("chrome://global/content/bindings/button.xml#button");
5 border : none;
6 list-style-image : url("chrome://global/skin/animthrob_single.gif");
7 margin : 2px 2px 2px 1px;
8 min-width : 0px;
9 cursor : pointer;
10 -moz-user-focus : ignore;
11 }
12
13#navigator-throbber > .button-box
14 {
15/*
16 border : 1px solid transparent;
17*/
18 padding : 0px;
19 }
20
21#navigator-throbber > .button-box > .button-text
22 {
23 display : none;
24 }
25
26/*
27#navigator-throbber:hover > .button-box
28 {
29 border : 1px outset #CCD0DD;
30 padding : 1px !important;
31 }
32
33#navigator-throbber:hover:active > .button-box
34 {
35 border : 1px inset #CCD0DD !important;
36 padding : 2px 0px 0px 2px !important;
37 }
38*/
39
40#navigator-throbber[busy="true"]
41 {
42 list-style-image : url("chrome://global/skin/animthrob.gif");
43 }
44
45