X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FmailWindow1.css;h=aa98253172f6766d15a91b964fd78e4ac4ea85ed;hp=d212c6134fb2e05fec821749b8823615aa254e2d;hb=447694c6b315c1e8d8d8106af420b269110a5598;hpb=07b3f50491fd13e9107c43e9c86b00af6a8f2fe2 diff --git a/EarlyBlue/messenger/mailWindow1.css b/EarlyBlue/messenger/mailWindow1.css index d212c613..aa982531 100644 --- a/EarlyBlue/messenger/mailWindow1.css +++ b/EarlyBlue/messenger/mailWindow1.css @@ -13,7 +13,7 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is + * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. @@ -22,7 +22,7 @@ * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or + * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only @@ -55,8 +55,32 @@ height: 0px; } +#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 { border: none; min-width: 1px; @@ -66,3 +90,39 @@ border: none; min-width: 1px; } + +/* ..... 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 { + border-bottom-style: none; + min-height: 0; +}