/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* ===== mailWindow1.css ================================================ == Styles for the main Mail window in the default layout scheme. ======================================================================= */ @import url("chrome://messenger/skin/"); @import url("chrome://messenger/skin/primaryToolbar.css"); @import url("chrome://messenger/skin/folderMenus.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: :: Make sure the min height is small so we can :: resize the pane vertically -EDV ::::: */ #messagepanebox { min-height: 10px; height: 0px; } #threadpane-splitter { border: none; } #folderpane-splitter { border: none; } #locationIcon { list-style-image: none; } /* ..... folder pane adjustments ..... */ .folderview-cycler > .toolbarbutton-text { display: none; } .folderview-cycler > .toolbarbutton-icon { margin: 0px; } .folderview-cycler[dir="prev"], .folderview-cycler[dir="next"]:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-left.gif"); } .folderview-cycler[dir="next"], .folderview-cycler[dir="prev"]:-moz-locale-dir(rtl) { list-style-image: url("chrome://global/skin/arrow/arrow-right.gif"); } /* ..... tree adjustments ..... */ #folderTree { min-width: 1px; border: none; } #threadTree { min-width: 1px; border: none; } /* ..... tabmail ..... */ tabpanels { /* don't draw tabpanel borders; see also tabbrowser.css */ -moz-appearance: none; } .tab-close-button { margin: 0; } /* .tabmail-tab[type="message"] .tab-icon { margin-top: -2px; } */ .tabmail-tab[type="folder"][NewMessages="true"], .tabmail-tab[type="folder"][IsServer="true"], .alltabs-item[selected="true"] { font-weight: bold; } /* ::::: lightweight themes ::::: */ .tabmail-tab:-moz-lwtheme:not([selected="true"]) { opacity: .8; } .tabmail-tab:-moz-lwtheme { text-shadow: none; } #tabbar-toolbar { -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar"); border-top-style: none; border-bottom-style: none; min-height: 0; }