Commit | Line | Data |
---|---|---|
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/. */ | |
128000f4 | 4 | |
74d14f90 | 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 | ||
128000f4 | 10 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
11 | ||
74d14f90 | 12 | /* ::::: communicator product icons ::::: */ |
13 | ||
74d14f90 | 14 | #mini-nav { |
15 | list-style-image: url("chrome://communicator/skin/taskbar/navigator.gif"); | |
16 | } | |
f6e0a33f | 17 | |
9ca9f6bd | 18 | .icon-navigator16 { |
19 | list-style-image: url("chrome://communicator/skin/taskbar/navigator-16.gif"); | |
20 | } | |
21 | ||
74d14f90 | 22 | #mini-mail { |
23 | list-style-image: url("chrome://communicator/skin/taskbar/mail.gif"); | |
24 | } | |
f6e0a33f | 25 | |
74d14f90 | 26 | #mini-mail[BiffState="NewMail"] { |
27 | list-style-image: url("chrome://communicator/skin/taskbar/mailnew.gif"); | |
28 | } | |
f6e0a33f | 29 | |
9ca9f6bd | 30 | .icon-mail16 { |
31 | list-style-image: url("chrome://communicator/skin/taskbar/mail-16.gif"); | |
32 | } | |
33 | ||
74d14f90 | 34 | #mini-addr { |
35 | list-style-image: url("chrome://communicator/skin/taskbar/addressbook.gif"); | |
f6e0a33f | 36 | } |
37 | ||
9ca9f6bd | 38 | .icon-addressbook16 { |
39 | list-style-image: url("chrome://communicator/skin/taskbar/addressbook-16.gif"); | |
40 | } | |
41 | ||
74d14f90 | 42 | #mini-comp { |
43 | list-style-image: url("chrome://communicator/skin/taskbar/composer.gif"); | |
f6e0a33f | 44 | } |
45 | ||
9ca9f6bd | 46 | .icon-composer16 { |
47 | list-style-image: url("chrome://communicator/skin/taskbar/composer-16.gif"); | |
48 | } | |
49 | ||
74d14f90 | 50 | /* ::::: component bar ::::: */ |
51 | ||
52 | #component-bar { | |
53 | -moz-box-align: stretch; | |
f2450795 | 54 | } |