update both themes for chatzilla changes in recent cycles
[themes.git] / LCARStrek / 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#messagepanebox notification {
26 margin-bottom: 3px;
27}
28
29#locationIcon {
30 list-style-image: none;
31}
32
33/* ..... folder pane adjustments ..... */
34
35.folderview-cycler > .toolbarbutton-text {
36 display: none;
37}
38
39.folderview-cycler > .toolbarbutton-icon {
40 margin: 0px;
41}
42
43.folderview-cycler[dir="prev"],
44.folderview-cycler[dir="next"]:-moz-locale-dir(rtl) {
45 list-style-image: url("chrome://global/skin/arrow/arrow-left.gif");
46}
47
48.folderview-cycler[dir="next"],
49.folderview-cycler[dir="prev"]:-moz-locale-dir(rtl) {
50 list-style-image: url("chrome://global/skin/arrow/arrow-right.gif");
51}
52
53/* ..... tree adjustments ..... */
54
55#folderTree {
56 min-width: 1px;
57 border: none;
58}
59
60#threadTree {
61 min-width: 1px;
62 border: none;
63}
64
65/* ..... tabmail ..... */
66
67tabpanels {
68 /* don't draw tabpanel borders; see also tabbrowser.css */
69 -moz-appearance: none;
70}
71
72.tab-close-button {
73 margin: 0;
74}
75/*
76.tabmail-tab[type="message"] .tab-icon {
77 margin-top: -2px;
78}
79*/
80.tabmail-tab[type="folder"][NewMessages="true"],
81.tabmail-tab[type="folder"][IsServer="true"],
82.alltabs-item[selected="true"] {
83 font-weight: bold;
84}
85
86/* ::::: lightweight themes ::::: */
87
88.tabmail-tab:-moz-lwtheme:not([selected="true"]) {
89 opacity: .8;
90}
91
92.tabmail-tab:-moz-lwtheme {
93 text-shadow: none;
94}
95
96.alltabs-item[tabIsScrolled] {
97 font-style: italic;
98}
99
100#tabbar-toolbar {
101 -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar");
102 border-top-style: none;
103 border-bottom-style: none;
104 min-height: 0;
105}