relicense to MPL2
[themes.git] / LCARStrek / messenger / mailWindow1.css
CommitLineData
9099c61d
RK
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/. */
351107c9 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");
351107c9 12
13@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
14
b1eaa419 15/* :::::
16 :: Make sure the min height is small so we can
17 :: resize the pane vertically -EDV
18 ::::: */
351107c9 19
b1eaa419 20#messagepanebox {
21 min-height: 10px;
22 height: 0px;
23}
351107c9 24
731b0901 25#threadpane-splitter {
26 border: none;
27}
28
5d14042c 29#folderpane-splitter {
3a8bae08
RK
30 border: none;
31}
32
6046f027 33#locationIcon {
34 list-style-image: none;
35}
36
f948fe89
RK
37/* ..... folder pane adjustments ..... */
38
39.folderview-cycler > .toolbarbutton-text {
40 display: none;
41}
42
43.folderview-cycler > .toolbarbutton-icon {
44 margin: 0px;
45}
46
47.folderview-cycler[dir="prev"],
18f5421a 48.folderview-cycler[dir="next"]:-moz-locale-dir(rtl) {
f948fe89
RK
49 list-style-image: url("chrome://global/skin/arrow/arrow-left.gif");
50}
51
52.folderview-cycler[dir="next"],
18f5421a 53.folderview-cycler[dir="prev"]:-moz-locale-dir(rtl) {
f948fe89
RK
54 list-style-image: url("chrome://global/skin/arrow/arrow-right.gif");
55}
56
7aa65558 57/* ..... tree adjustments ..... */
6046f027 58
7aa65558 59#folderTree {
b1eaa419 60 min-width: 1px;
61 border: none;
62}
63
7aa65558 64#threadTree {
b1eaa419 65 min-width: 1px;
2b722888 66 border: none;
351107c9 67}
5d14042c
RK
68
69/* ..... tabmail ..... */
70
71tabpanels {
72 /* don't draw tabpanel borders; see also tabbrowser.css */
73 -moz-appearance: none;
74}
1c10af87
RK
75
76.tab-close-button {
77 margin: 0;
78}
fb2b5761
RK
79/*
80.tabmail-tab[type="message"] .tab-icon {
81 margin-top: -2px;
82}
83*/
84.tabmail-tab[type="folder"][NewMessages="true"],
85.tabmail-tab[type="folder"][IsServer="true"],
86.alltabs-item[selected="true"] {
87 font-weight: bold;
88}
89
90/* ::::: lightweight themes ::::: */
91
92.tabmail-tab:-moz-lwtheme:not([selected="true"]) {
93 opacity: .8;
94}
95
96.tabmail-tab:-moz-lwtheme {
97 text-shadow: none;
98}
447694c6
RK
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}