3e110e80d5b2d51a49e1cd9dd4a19be62a0c76c2
[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