sync both themes to suite classic theme changes in SeaMonkey 2.25 cycle
[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
9a941907
RK
25#messagepanebox notification {
26 margin-bottom: 3px;
27}
28
6046f027 29#locationIcon {
30 list-style-image: none;
31}
32
f948fe89
RK
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"],
18f5421a 44.folderview-cycler[dir="next"]:-moz-locale-dir(rtl) {
f948fe89
RK
45 list-style-image: url("chrome://global/skin/arrow/arrow-left.gif");
46}
47
48.folderview-cycler[dir="next"],
18f5421a 49.folderview-cycler[dir="prev"]:-moz-locale-dir(rtl) {
f948fe89
RK
50 list-style-image: url("chrome://global/skin/arrow/arrow-right.gif");
51}
52
7aa65558 53/* ..... tree adjustments ..... */
6046f027 54
7aa65558 55#folderTree {
b1eaa419 56 min-width: 1px;
57 border: none;
58}
59
7aa65558 60#threadTree {
b1eaa419 61 min-width: 1px;
2b722888 62 border: none;
351107c9 63}
5d14042c
RK
64
65/* ..... tabmail ..... */
66
67tabpanels {
68 /* don't draw tabpanel borders; see also tabbrowser.css */
69 -moz-appearance: none;
70}
1c10af87
RK
71
72.tab-close-button {
73 margin: 0;
74}
fb2b5761
RK
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}
447694c6 95
150efe45
RK
96.alltabs-item[tabIsScrolled] {
97 font-style: italic;
98}
99
447694c6
RK
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}