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/. */
7 #editBMPanel_folderMenuList::part
(icon
) {
12 .folder-icon > .menu-iconic-left {
17 list-style-image: url
("chrome://global/skin/icons/folder.svg") !important
;
18 -moz-context-properties: fill
;
22 #editBMPanel_folderTree {
26 /* Hide the value column of the tag autocomplete popup
27 * leaving only the comment column visible. This is
28 * so that only the tag being edited is shown in the
31 #editBMPanel_tagsField #treecolAutoCompleteValue
{
35 #editBMPanel_tagsSelector > richlistitem
> image
{
37 -moz-default-appearance: checkbox
;
38 -moz-box-align: center
;
44 /* Bookmark panel dropdown menu items */
45 #editBMPanel_folderMenuList[selectedGuid
="toolbar_____"],
46 #editBMPanel_toolbarFolderItem {
47 list-style-image: url
("chrome://browser/skin/places/bookmarksToolbar.svg") !important
;
50 #editBMPanel_folderMenuList[selectedGuid
="menu________"],
51 #editBMPanel_bmRootItem {
52 list-style-image: url
("chrome://browser/skin/places/bookmarksMenu.svg") !important
;