| 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 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
| 6 | |
| 7 | /* |
| 8 | Style rules specific to the Customize dialog. |
| 9 | */ |
| 10 | |
| 11 | .treecell-panel { |
| 12 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); |
| 13 | } |
| 14 | |
| 15 | .treecell-panel[haslink="true"], |
| 16 | treeitem[container="true"] > treerow > .treecell-panel { |
| 17 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); |
| 18 | } |
| 19 | |
| 20 | treeitem[selected="true"] > treerow > .treecell-panel[haslink="true"], |
| 21 | treeitem[selected="true"][container="true"] > treerow > .treecell-panel { |
| 22 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif"); |
| 23 | } |
| 24 | |
| 25 | treeitem[container="true"][open="true"] > treerow > .treecell-panel { |
| 26 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); |
| 27 | } |
| 28 | |
| 29 | treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel { |
| 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 | |
| 37 | box#reorder { |
| 38 | -moz-box-pack: center; |
| 39 | } |