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