adding images for last EarlyBlue changes
[themes.git] / EarlyBlue / global / skin / toolbar.css
CommitLineData
1dfbf2fa 1
2toolbox
3 {
4 background-color : #CCD0DD;
5 }
6
7toolbar
8 {
9 background-color : #CCD0DD;
10/* border : 1px outset #CCD0DD; */
11 }
12
13toolbargrippy
14 {
15 background-color : #666699;
16 border : 1px solid #999999;
17 }
18
19toolbar[collapsed="true"] > toolbargrippy
20 {
21 width : 30px;
22 }
23
24toolbarseparator
25 {
26 width : 2em;
27 }
b2d3bcc6 28
29menubar
30 {
31 background-color : #CCD0DD;
32 border-bottom : 1px solid #9999CC;
33 border-right : 1px solid #9999CC;
34 }
35
36menubar > toolbargrippy
37 {
38/* display : none; */
39 }