start 2.35 cycle
[themes.git] / EarlyBlue / messenger / mailWindow1.css
... / ...
CommitLineData
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5/* ===== mailWindow1.css ================================================
6 == Styles for the main Mail window in the default layout scheme.
7 ======================================================================= */
8
9@import url("chrome://messenger/skin/");
10@import url("chrome://messenger/skin/primaryToolbar.css");
11@import url("chrome://messenger/skin/folderMenus.css");
12
13@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
14
15/* :::::
16 :: Make sure the min height is small so we can
17 :: resize the pane vertically -EDV
18 ::::: */
19
20#messagepanebox {
21 min-height: 10px;
22 height: 0px;
23}
24
25#locationIcon {
26 list-style-image: none;
27}
28
29/* ..... folder pane adjustments ..... */
30
31.folderview-cycler > .toolbarbutton-text {
32 display: none;
33}
34
35.folderview-cycler > .toolbarbutton-icon {
36 margin: 0px;
37}
38
39.folderview-cycler[dir="prev"],
40.folderview-cycler[dir="next"]:-moz-locale-dir(rtl) {
41 list-style-image: url("chrome://global/skin/arrow/arrow-left.gif");
42}
43
44.folderview-cycler[dir="next"],
45.folderview-cycler[dir="prev"]:-moz-locale-dir(rtl) {
46 list-style-image: url("chrome://global/skin/arrow/arrow-right.gif");
47}
48
49/* ..... tree adjustments ..... */
50
51#folderTree {
52 border: none;
53 min-width: 1px;
54}
55
56#threadTree {
57 border: none;
58 min-width: 1px;
59}
60
61/* ..... tabmail ..... */
62
63tabpanels {
64 /* don't draw tabpanel borders; see also tabbrowser.css */
65 -moz-appearance: none;
66}
67
68.tab-close-button {
69 margin: 0;
70}
71/*
72.tabmail-tab[type="message"] .tab-icon {
73 margin-top: -2px;
74}
75*/
76.tabmail-tab[type="folder"][NewMessages="true"],
77.tabmail-tab[type="folder"][IsServer="true"],
78.alltabs-item[selected="true"] {
79 font-weight: bold;
80}
81
82/* ::::: lightweight themes ::::: */
83
84.tabmail-tab:-moz-lwtheme:not([selected="true"]) {
85 opacity: .8;
86}
87
88.tabmail-tab:-moz-lwtheme {
89 text-shadow: none;
90}
91
92.alltabs-item[tabIsScrolled] {
93 font-style: italic;
94}
95
96#tabbar-toolbar {
97 border-bottom-style: none;
98 min-height: 0;
99}