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