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/. */
5 /* ===== mailWindow1.css ================================================
6 == Styles for the main Mail window in the default layout scheme.
7 ======================================================================= */
9 @import url("chrome://messenger/skin/");
10 @import url("chrome://messenger/skin/primaryToolbar.css");
11 @import url("chrome://messenger/skin/folderMenus.css");
13 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
16 :: Make sure the min height is small so we can
17 :: resize the pane vertically -EDV
25 #messagepanebox notification {
30 list-style-image: none;
33 /* ..... folder pane adjustments ..... */
35 .folderview-cycler > .toolbarbutton-text {
39 .folderview-cycler > .toolbarbutton-icon {
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");
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");
53 /* ..... tree adjustments ..... */
65 /* ..... tabmail ..... */
68 /* don't draw tabpanel borders; see also tabbrowser.css */
69 -moz-appearance: none;
76 .tabmail-tab[type="message"] .tab-icon {
80 .tabmail-tab[type="folder"][NewMessages="true"],
81 .tabmail-tab[type="folder"][IsServer="true"],
82 .alltabs-item[selected="true"] {
86 /* ::::: lightweight themes ::::: */
88 .tabmail-tab:-moz-lwtheme:not([selected="true"]) {
92 .tabmail-tab:-moz-lwtheme {
96 .alltabs-item[tabIsScrolled] {
101 -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar");
102 border-top-style: none;
103 border-bottom-style: none;