X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FmailWindow1.css;h=aa98253172f6766d15a91b964fd78e4ac4ea85ed;hp=d5642beab8a84255bac032c2ab4569422f5a05ca;hb=447694c6b315c1e8d8d8106af420b269110a5598;hpb=e68e2f2b2fe85b417aa3d2db5e1087b173d0166e diff --git a/EarlyBlue/messenger/mailWindow1.css b/EarlyBlue/messenger/mailWindow1.css index d5642bea..aa982531 100644 --- a/EarlyBlue/messenger/mailWindow1.css +++ b/EarlyBlue/messenger/mailWindow1.css @@ -55,18 +55,28 @@ height: 0px; } -/* XXX bug 313731 buttons are taller than menulists */ +#locationIcon { + list-style-image: none; +} -#msgLocationToolbar > #searchBox[collapsed="true"] { - visibility: hidden; +/* ..... folder pane adjustments ..... */ + +.folderview-cycler > .toolbarbutton-text { + display: none; } -#locationIcon { - list-style-image: none; +.folderview-cycler > .toolbarbutton-icon { + margin: 0px; } -#locationFolders { - width: 20em; +.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 ..... */ @@ -81,3 +91,38 @@ 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; +}