Merge branch 'master' of linz:/srv/git/themes
[themes.git] / EarlyBlue / communicator / tasksOverlay.css
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/. */
4
5 /* ==== tasksOverlay.css ================================================
6    == Styles used by the the overlay which contains tasks related
7    == content, such as the taskbar and product launcher icons.
8    ====================================================================== */
9
10 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
11
12 /* ::::: communicator product icons ::::: */
13
14 #mini-nav {
15   list-style-image: url("chrome://communicator/skin/taskbar/navigator.gif");
16 }
17
18 .icon-navigator16 {
19   list-style-image: url("chrome://communicator/skin/taskbar/navigator-16.gif");
20 }
21
22 #mini-mail {
23   list-style-image: url("chrome://communicator/skin/taskbar/mail.gif");
24 }
25
26 #mini-mail[BiffState="NewMail"] {
27   list-style-image: url("chrome://communicator/skin/taskbar/mailnew.gif");
28 }
29
30 .icon-mail16 {
31   list-style-image: url("chrome://communicator/skin/taskbar/mail-16.gif");
32 }
33
34 #mini-addr {
35   list-style-image: url("chrome://communicator/skin/taskbar/addressbook.gif");
36 }
37
38 .icon-addressbook16 {
39   list-style-image: url("chrome://communicator/skin/taskbar/addressbook-16.gif");
40 }
41
42 #mini-comp {
43   list-style-image: url("chrome://communicator/skin/taskbar/composer.gif");
44 }
45
46 .icon-composer16 {
47   list-style-image: url("chrome://communicator/skin/taskbar/composer-16.gif");
48 }
49
50 /* ::::: component bar ::::: */
51
52 #component-bar {
53   -moz-box-align: stretch;
54 }