c28d99895487716ef7d56f383baac7ee8b3a922c
[themes.git] / LCARStrek / skin / LCARStrek / global / toolbar.css
1 toolbox
2   {
3     background-color      : #000000;
4   }
5
6 toolbar
7   {
8     background-color      : #000000;
9 /*    border                : 1px solid #9C9CFF; */
10     /*
11      * DON'T DELETE.  Removes disappearance of scrollbars in content
12      * pane when window is made smaller.
13      * Talk to evaughan@netscape.com for details.
14      */
15     min-width             : 1px;      
16     border-bottom         : 3px solid #000000;
17   }
18   
19 toolbar > .toolbar-holder
20   {
21     background-color      : #9C9CFF;
22 }
23
24 toolbar > .toolbar-endcap
25 {
26     -moz-border-radius    : 0px 8px 8px 0px;
27     background-color      : #FF9F00;
28     border                : none;
29     border-left           : 3px solid black;
30     width                 : 15px;
31     min-height            : 16px;
32   }
33
34 menubar
35   {
36     /* DON'T DELETE.  Removes disappearance of scrollbars
37      * in content pane when window is made smaller.
38      * Talk to evaughan@netscape.com for details.
39      */
40     min-width             : 1px;
41     border-bottom         : 3px solid #000000;
42    }
43
44 menubar > .toolbar-holder
45   {
46     background-color      : #6000CF;
47   }
48
49 menubar > .menubar-endcap
50 {
51     -moz-border-radius    : 0px 8px 8px 0px;
52     background-color      : #FF9F00;
53     border                : none;
54     border-left           : 3px solid black;
55     width                 : 15px;
56     min-height            : 16px;
57   }
58
59 toolbargrippy 
60   { 
61     -moz-box-orient       : vertical;
62     -moz-border-radius    : 8px 0px 0px 8px;
63     background-color      : #FF9F00; 
64     border                : none;
65     border-right          : 3px solid black;
66     width                 : 15px;
67     min-height            : 16px;
68   } 
69
70 toolbar[collapsed="true"]
71   {
72     min-height            : 0px;
73   }
74
75 toolbargrippy[tbgrippy-collapsed="true"] 
76   {
77     -moz-box-orient       : horizontal;
78     -moz-border-radius    : 5px 0px 0px 5px;
79     margin-bottom         : 3px;
80     min-height            : 10px;
81     max-height            : 10px;
82   }
83
84 .collapsed-tray-spacer
85   {
86     border-bottom         : none;
87   }  
88   
89 toolbargrippy:hover
90   {
91     background-color      : #FFCF00;
92   }
93   
94 toolbar[collapsed="true"] > toolbargrippy
95   {
96     width                 : 30px;
97   }
98   
99 toolbarseparator 
100   {
101     width                 : 1px;
102     background-color      : #000000;
103     margin                : 2px;
104     margin-right          : 0px;
105   }
106   
107 .toolbar-focustarget
108   {
109     -moz-user-focus       : ignore !important;
110   } 
111