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/. */
5 /**** folder menulist ****/
6 .folder-icon > .menulist-label-box > .menulist-icon {
11 .folder-icon > .menu-iconic-left {
16 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif") !important;
26 -moz-padding-start: 2px;
30 list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
34 list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
37 #editBookmarkPanelContent {
42 #editBMPanel_folderTree {
47 /* Hide the value column of the tag autocomplete popup
48 * leaving only the comment column visible. This is
49 * so that only the tag being edited is shown in the
52 #editBMPanel_tagsField #treecolAutoCompleteValue {
57 /* ::::: bookmark panel dropdown icons ::::: */
59 #editBMPanel_folderMenuList[selectedIndex="0"],
60 #editBMPanel_toolbarFolderItem {
61 list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") !important;
62 -moz-image-region: auto !important;
65 #editBMPanel_folderMenuList[selectedIndex="1"],
66 #editBMPanel_bmRootItem {
67 list-style-image: url("chrome://communicator/skin/bookmarks/bookmarksMenu.png") !important;
68 -moz-image-region: auto !important;
71 #editBMPanel_folderMenuList[selectedIndex="2"],
72 #editBMPanel_unfiledRootItem {
73 list-style-image: url("chrome://communicator/skin/bookmarks/unsortedBookmarks.png") !important;
74 -moz-image-region: auto !important;