adding images for last EarlyBlue changes
[themes.git] / EarlyBlue / communicator / skin / sidebar / customize.css
CommitLineData
afe91d6d 1/* -*- Mode: C; c-basic-offset: 2 -*-
2 *
3 * The contents of this file are subject to the Netscape Public
4 * License Version 1.1 (the "License"); you may not use this file
5 * except in compliance with the License. You may obtain a copy of
6 * the License at http://www.mozilla.org/NPL/
7 *
8 * Software distributed under the License is distributed on an "AS
9 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
10 * implied. See the License for the specific language governing
11 * rights and limitations under the License.
12 *
13 * The Original Code is mozilla.org code.
14 *
15 * The Initial Developer of the Original Code is Netscape
16 * Communications Corporation. Portions created by Netscape are
17 * Copyright (C) 1998 Netscape Communications Corporation. All
18 * Rights Reserved.
19 *
20 * Contributor(s):
21 */
22
23/*
24
25 Style rules specific to the Customize dialog.
26
27*/
28
29/* These rules apply appropriate images to the 'reorder' buttons */
30.up {
31 list-style-image:url("chrome://global/skin/scroll-up.gif");
32 min-width: 0px;
33}
34
35.up[disabled="true"] {
36 list-style-image:url("chrome://global/skin/scroll-up-disabled.gif");
37}
38
39.down {
40 min-width: 0px;
41 list-style-image:url("chrome://global/skin/scroll-down.gif");
42}
43
44.down[disabled="true"] {
45 list-style-image:url("chrome://global/skin/scroll-down-disabled.gif");
46}
47
48.treecell-panel
49{
50 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
51}
52
53.treecell-panel[selected="true"]
54{
55 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif");
56}
57
58.treecell-panel[haslink="true"],
59treeitem[container="true"] > treerow > .treecell-panel
60{
61 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
62}
63treeitem[selected="true"] > treerow > .treecell-panel[haslink="true"],
64treeitem[selected="true"][container="true"] > treerow > .treecell-panel
65{
66 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
67}
68
69treeitem[container="true"][open="true"] > treerow > .treecell-panel
70{
71 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
72}
73treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel
74{
75 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
76}
77
78#header {
79 list-style-image: url("chrome://communicator/skin/sidebar/sidebar-icon.gif");
80}
81
82.tree-cell-twisty {
83 display: none !important;
84}
85
86box#reorder {
87 -moz-box-pack: center;
88}