Bug 1767106 [wpt PR 33883] - [block-in-inline] Add some test cases for block-in-inlin...
[gecko.git] / browser / themes / linux / places / editBookmark.css
blob0447d54455eae1e9515b49e2565ef39b98afc6a6
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 */
7 #editBMPanel_folderMenuList::part(icon) {
8 width: 16px;
9 height: 16px;
12 .folder-icon > .menu-iconic-left {
13 display: -moz-box;
16 .folder-icon {
17 list-style-image: url("chrome://global/skin/icons/folder.svg") !important;
18 -moz-context-properties: fill;
19 fill: currentColor;
22 #editBMPanel_folderTree {
23 margin-block: 2px;
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
29 * popup.
31 #editBMPanel_tagsField #treecolAutoCompleteValue {
32 visibility: collapse;
35 #editBMPanel_tagsSelector > richlistitem > image {
36 appearance: auto;
37 -moz-default-appearance: checkbox;
38 -moz-box-align: center;
39 margin: 0 2px;
40 min-width: 13px;
41 min-height: 13px;
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;