keep EarlyBlue in sync with tree - mailnews CSS split
[themes.git] / EarlyBlue / messenger / skin / mailWindow1.css
CommitLineData
0042fc01 1/*
2 * The contents of this file are subject to the Netscape Public
3 * License Version 1.1 (the "License"); you may not use this file
4 * except in compliance with the License. You may obtain a copy of
5 * the License at http://www.mozilla.org/NPL/
6 *
7 * Software distributed under the License is distributed on an "AS
8 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9 * implied. See the License for the specific language governing
10 * rights and limitations under the License.
11 *
12 * The Original Code is Mozilla Communicator client code, released
13 * March 31, 1998.
14 *
15 * The Initial Developer of the Original Code is Netscape
16 * Communications Corporation. Portions created by Netscape are
17 * Copyright (C) 1998-1999 Netscape Communications Corporation. All
18 * Rights Reserved.
19 *
20 * Contributor(s):
21 *
22 */
23
24/* ===== mailWindow1.css ================================================
25 == Styles for the main Mail window in the default layout scheme.
26 ======================================================================= */
27
28@import url("chrome://messenger/skin/");
29@import url("chrome://messenger/skin/primaryToolbar.css");
30@import url("chrome://messenger/skin/folderMenus.css");
31@import url("chrome://communicator/skin/sidebar/sidebar.css");
32
33@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
34
35/* ::::: outliner focus-ring border adjustments ::::: */
36
37/*
38#threadpane-splitter
39{
40 border-left : none;
41 border-top : none;
42}
43*/
44
45#folderTree
46{
47 border-top : none;
48}
49
50#folderTree > treechildren
51{
52 border : none;
53}
54
55#threadOutliner
56 {
57/* border-bottom : 1px solid ThreeDHighlight;
58 border-left : 1px solid ThreeDShadow; */
59 min-width : 1px;
60 }
61
62/*
63#threadOutliner > .outliner-columns
64 {
65 border-left : 1px solid ThreeDDarkShadow;
66 }
67
68#threadOutliner > outlinerrows > .outliner-bodybox
69 {
70 border-top : 1px solid transparent;
71 border-right : 1px solid transparent;
72 border-bottom : 1px solid ThreeDLightShadow;
73 border-left : 1px solid ThreeDDarkShadow;
74 }
75*/
76
77#folderTree:focus > treechildren,
78#threadOutliner:focus > outlinerrows > .outliner-bodybox
79 {
80/* border-color : #000000; */
81 }
82
83#messagepane
84{
85 border : none;
86}
87
88#messagepanebox[focusring="true"]
89{
90 border : none;
91}
92
93#messagepanebox
94 {
95 border : none;
96 }
97
98#msgHeaderView
99{
100 border-top : none;
101}
102
103#msgHeaderView > toolbar > toolbargrippy
104{
105 border-left : none;
106}
107
108/*
109#accountCentralBox
110{
111 background-color:#FFFFFF;
112}
113*/
114#status-bar
115{
116 border-left : none;
117}
118
119.mailwindow-statusbar
120 {
121 border-left : none;
122 }