accomodate recent XUL 1.0 changes
[themes.git] / EarlyBlue / communicator / skin / brand.css
1 #navigator-throbber
2   {
3     list-style-image      : url("chrome://global/skin/animthrob_single.gif");
4     min-width             : 36px;
5     min-height            : 36px;
6     -moz-box-align        : center;  /* We're in a hbox */
7     padding               : 1px;
8     margin                : 2px 4px 2px 1px;
9     border                : none;
10     cursor                : pointer;
11   }  
12
13 #navigator-throbber[busy="true"]
14   {
15     list-style-image      : url("chrome://global/skin/animthrob.gif");
16   }
17   
18 #navigator-throbber:hover:active
19   {
20     padding               : 2px 0px 0px 2px;
21   }
22
23 #navigator-throbber > .button-internal-box
24   {
25     border                : 1px solid transparent;
26     padding               : 0px;
27   }
28
29 #navigator-throbber:hover > .button-internal-box
30   {
31     border                : 1px outset #CCD0DD;
32   }
33
34 #navigator-throbber:hover:active > .button-internal-box
35   {
36     border                : 1px inset #CCD0DD;
37   }
38
39 #navigator-throbber > .button-internal-box > .button-text-container
40   {
41     display               : none;
42   }