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;
29 .expander-up > .button-box,
30 .expander-down > .button-box {
35 list-style-image: url("chrome://global/skin/arrow/arrow-up-hover.gif");
39 list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
42 .expander-down:hover:active {
45 .expander-up:hover:active {
48 #editBookmarkPanelContent {
52 #editBMPanel_folderTree {
57 /* Hide the value column of the tag autocomplete popup
58 * leaving only the comment column visible. This is
59 * so that only the tag being edited is shown in the
62 #editBMPanel_tagsField #treecolAutoCompleteValue {
67 /* ::::: bookmark panel dropdown icons ::::: */
69 #editBMPanel_folderMenuList[selectedIndex="0"],
70 #editBMPanel_toolbarFolderItem {
71 list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important;
72 -moz-image-region: auto !important;
75 #editBMPanel_folderMenuList[selectedIndex="1"],
76 #editBMPanel_bmRootItem {
77 list-style-image: url("chrome://browser/skin/places/bookmarksMenu.png") !important;
78 -moz-image-region: auto !important;
81 #editBMPanel_folderMenuList[selectedIndex="2"],
82 #editBMPanel_unfiledRootItem {
83 list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png") !important;
84 -moz-image-region: auto !important;