css scoping, false dimensions of <tree>s and urlbar space
[themes.git] / LCARStrek / global / skin / toolbar.css
CommitLineData
c9990331 1
2toolbox
3 {
4 background-color : #000000;
5 }
6
7toolbar
8 {
9 background-color : #FF9F00;
10/* border : 1px solid #9C9CFF; */
11 }
12
13toolbargrippy
14 {
15 background-color : #000000;
16 border : none;
17 }
18
19toolbar[collapsed="true"] > toolbargrippy
20 {
21 width : 30px;
22 }
23
24toolbarseparator
25 {
26 width : 2em;
27 }
28
8b168888 29menubar
30 {
31 border-bottom : 3px solid #000000;
32 }
33
34menubar > .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
52menubar > toolbargrippy
53 {
54/* display : none; */
55 }