some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / EarlyBlue / 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/. */
f6e0a33f 4
128000f4 5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6
f6e0a33f 7/*
f6e0a33f 8 Style rules specific to the Customize dialog.
f6e0a33f 9*/
10
259c0f10 11.treecell-panel {
f6e0a33f 12 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
13}
14
15.treecell-panel[haslink="true"],
259c0f10 16treeitem[container="true"] > treerow > .treecell-panel {
f6e0a33f 17 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
18}
259c0f10 19
f6e0a33f 20treeitem[selected="true"] > treerow > .treecell-panel[haslink="true"],
259c0f10 21treeitem[selected="true"][container="true"] > treerow > .treecell-panel {
f6e0a33f 22 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
23}
24
259c0f10 25treeitem[container="true"][open="true"] > treerow > .treecell-panel {
f6e0a33f 26 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
27}
259c0f10 28
29treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel {
f6e0a33f 30 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
31}
32
33#header {
34 list-style-image: url("chrome://communicator/skin/sidebar/sidebar-icon.gif");
35}
36
f6e0a33f 37box#reorder {
38 -moz-box-pack: center;
39}