sync webconsole with windows theme changes in Firefox 26 cycle
[themes.git] / EarlyBlue / 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/. */
f6e0a33f 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");
f6e0a33f 12
13@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
14
74d14f90 15/* :::::
16 :: Make sure the min height is small so we can
17 :: resize the pane vertically -EDV
18 ::::: */
f6e0a33f 19
74d14f90 20#messagepanebox {
21 min-height: 10px;
22 height: 0px;
23}
f6e0a33f 24
e68e2f2b 25#locationIcon {
26 list-style-image: none;
27}
28
f948fe89
RK
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"],
18f5421a 40.folderview-cycler[dir="next"]:-moz-locale-dir(rtl) {
f948fe89
RK
41 list-style-image: url("chrome://global/skin/arrow/arrow-left.gif");
42}
43
44.folderview-cycler[dir="next"],
18f5421a 45.folderview-cycler[dir="prev"]:-moz-locale-dir(rtl) {
f948fe89
RK
46 list-style-image: url("chrome://global/skin/arrow/arrow-right.gif");
47}
48
e1597424 49/* ..... tree adjustments ..... */
e68e2f2b 50
e1597424 51#folderTree {
d36c7ec4 52 border: none;
74d14f90 53 min-width: 1px;
54}
f6e0a33f 55
e1597424 56#threadTree {
d36c7ec4 57 border: none;
74d14f90 58 min-width: 1px;
59}
e68e2f2b 60
5d14042c
RK
61/* ..... tabmail ..... */
62
63tabpanels {
64 /* don't draw tabpanel borders; see also tabbrowser.css */
65 -moz-appearance: none;
66}
1c10af87
RK
67
68.tab-close-button {
69 margin: 0;
70}
fb2b5761
RK
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}
447694c6 91
150efe45
RK
92.alltabs-item[tabIsScrolled] {
93 font-style: italic;
94}
95
447694c6
RK
96#tabbar-toolbar {
97 border-bottom-style: none;
98 min-height: 0;
99}