adding new EarlyBlue skin, cleanup remains
[themes.git] / EarlyBlue / skin / EarlyBlue / global / toolbar.css
CommitLineData
f6e0a33f 1toolbox
2 {
3 background-color : #CCD0DD;
4 }
5
6toolbar
7 {
8 background-color : #CCD0DD;
9 border-bottom : 1px solid #9999CC;
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 }
17
18.toolbar-holder
19 {
20 }
21
22menubar
23 {
24 /* DON'T DELETE. Removes disappearance of scrollbars
25 * in content pane when window is made smaller.
26 * Talk to evaughan@netscape.com for details.
27 */
28 min-width : 1px;
29 background-color : #CCD0DD;
30 border-bottom : 1px solid #9999CC;
31 }
32
33toolbargrippy
34 {
35 -moz-box-orient : vertical;
36 background-color : #666699;
37 border : 1px solid #999999;
38 width : 10px;
39 padding-bottom : 1px;
40 }
41
42.toolbargrippy-twisty
43 {
44 list-style-image : url("chrome://global/skin/toolbargrippy-twisty.gif");
45 margin-top : 2px;
46 }
47
48/*
49.toolbargrippy-texture
50 {
51 margin : 5px 3px 1px 2px;
52 background-image : url("chrome://global/skin/toolbargrippy-texture.gif");
53 background-position : 50% 0%;
54 background-repeat : repeat-y;
55 }
56*/
57
58toolbargrippy[tbgrippy-collapsed="true"]
59 {
60 -moz-box-orient : horizontal;
61 height : 10px;
62 padding-right : 1px;
63 }
64
65.toolbargrippy-twisty-collapsed
66 {
67 list-style-image : url("chrome://global/skin/tbg-twisty-collapsed.gif");
68 margin-left : 2px;
69 }
70
71/*
72.toolbargrippy-texture-collapsed
73 {
74 margin : 2px 1px 1px 5px;
75 background-image : url("chrome://global/skin/tbg-texture-collapsed.gif");
76 background-position : 0% 50%;
77 background-repeat : repeat-x;
78 }
79*/
80
81.collapsed-tray-spacer
82 {
83 border-bottom : none;
84 }
85
86toolbargrippy:hover
87 {
88 background-color : #6699FF;
89 }
90
91toolbar[collapsed="true"] > toolbargrippy
92 {
93 width : 30px;
94 }
95
96toolbarseparator
97 {
98 width : 1px;
99 border : 1px solid #CCD0DD;
100 margin : 2px 0.2em 2px 0.2em;
101 }
102
103.toolbar-focustarget
104 {
105 -moz-user-focus : ignore !important;
106 }