removing old LCARStrek
[themes.git] / LCARStrek / global / skin / toolbar.css
1
2 toolbox
3   {
4     background-color      : #000000;
5   }
6   
7 toolbar
8   {
9     background-color      : #FF9F00;
10 /*    border                : 1px solid #9C9CFF; */
11   }
12
13 toolbargrippy
14   {
15     background-color      : #000000;
16     border                : none;
17   }
18   
19 toolbar[collapsed="true"] > toolbargrippy
20   {
21     width                 : 30px;
22   }
23   
24 toolbarseparator 
25   { 
26     width                 : 2em; 
27   }
28   
29 menubar 
30   {
31     border-bottom         : 3px solid #000000;
32   }
33
34 menubar > .toolbar-holder
35   {
36     /* max-height is only important as long as we need to workaround bug 24998... */
37     max-height            : 17px;
38     padding-right         : 18px;
39     background-color      : #6000CF;
40     background-image      : url("chrome://global/skin/menubar-endcap.gif");
41     background-repeat     : no-repeat;
42     background-position   : right;
43
44 /* THE FOLLOWING LINES ARE NOT WORKING THOUGH THEY SHOULD!  BUG 24998  */
45 /*    -moz-border-radius    : 0px 10px 10px 0px;
46     background-image      : url("chrome://global/skin/toolbar-bg.gif");
47     background-repeat     : repeat-y;
48     background-position   : right;
49 */
50   }
51
52 menubar > toolbargrippy 
53   {
54 /*    display               : none; */
55   }