update both themes for chatzilla changes in recent cycles
[themes.git] / LCARStrek / communicator / sidebar / customize.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
7/*
351107c9 8 Style rules specific to the Customize dialog.
351107c9 9*/
10
b1eaa419 11.treecell-panel {
12 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
351107c9 13}
14
15.treecell-panel[haslink="true"],
b1eaa419 16treeitem[container="true"] > treerow > .treecell-panel {
17 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
351107c9 18}
b1eaa419 19
351107c9 20treeitem[selected="true"] > treerow > .treecell-panel[haslink="true"],
b1eaa419 21treeitem[selected="true"][container="true"] > treerow > .treecell-panel {
22 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
351107c9 23}
24
b1eaa419 25treeitem[container="true"][open="true"] > treerow > .treecell-panel {
26 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
351107c9 27}
b1eaa419 28
29treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel {
30 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
351107c9 31}
32
33#header {
34 list-style-image: url("chrome://communicator/skin/sidebar/sidebar-icon.gif");
35}
36
351107c9 37box#reorder {
38 -moz-box-pack: center;
39}