sync both themes with suite classic theme changes in SeaMonkey 2.50 cycle
[themes.git] / LCARStrek / communicator / tasksOverlay.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/. */
351107c9 4
5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6
b1eaa419 7/* ==== tasksOverlay.css ================================================
8 == Styles used by the the overlay which contains tasks related
9 == content, such as the taskbar and product launcher icons.
10 ====================================================================== */
351107c9 11
b1eaa419 12/* ::::: communicator product icons ::::: */
351107c9 13
b1eaa419 14#mini-nav {
15 list-style-image: url("chrome://communicator/skin/taskbar/navigator.gif");
351107c9 16}
17
731b0901 18.icon-navigator16 {
19 list-style-image: url("chrome://communicator/skin/taskbar/navigator-16.gif");
20}
21
b1eaa419 22#mini-mail {
23 list-style-image: url("chrome://communicator/skin/taskbar/mail.gif");
351107c9 24}
25
b1eaa419 26#mini-mail[BiffState="NewMail"] {
27 list-style-image: url("chrome://communicator/skin/taskbar/mailnew.gif");
351107c9 28}
29
731b0901 30.icon-mail16 {
31 list-style-image: url("chrome://communicator/skin/taskbar/mail-16.gif");
32}
33
b1eaa419 34#mini-addr {
35 list-style-image: url("chrome://communicator/skin/taskbar/addressbook.gif");
36}
37
731b0901 38.icon-addressbook16 {
39 list-style-image: url("chrome://communicator/skin/taskbar/addressbook-16.gif");
40}
41
b1eaa419 42#mini-comp {
43 list-style-image: url("chrome://communicator/skin/taskbar/composer.gif");
44}
45
731b0901 46.icon-composer16 {
47 list-style-image: url("chrome://communicator/skin/taskbar/composer-16.gif");
48}
49
b1eaa419 50/* ::::: component bar ::::: */
51
52#component-bar {
53 -moz-box-align: stretch;
dae45075 54 padding-inline-start: 0px;
2184a049
RK
55}
56
57#component-bar + statusbarpanel {
58 border-left: none;
01fc5c11 59}