editBookmarkOverlay.css (2245B)
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/. */ 4 5 /**** folder menulist ****/ 6 .folder-icon > .menulist-label-box > .menulist-icon { 7 width: 16px; 8 height: 16px; 9 } 10 11 .folder-icon > .menu-iconic-left { 12 display: -moz-box; 13 } 14 15 .folder-icon { 16 list-style-image: url("chrome://browser/skin/places/places.svg"); 17 -moz-image-region: rect(2px, 198px, 18px, 182px); 18 } 19 20 21 /**** expanders ****/ 22 23 .expander-up, 24 .expander-down { 25 min-width: 0; 26 margin: 0; 27 margin-inline-end: 4px; 28 } 29 30 .expander-up > .button-box, 31 .expander-down > .button-box { 32 padding: 0; 33 } 34 35 .expander-up { 36 list-style-image: url("chrome://global/skin/icons/expander.svg#collapse"); 37 } 38 39 .expander-down { 40 list-style-image: url("chrome://global/skin/icons/expander.svg#expand"); 41 } 42 43 #editBookmarkPanelContent { 44 min-width: 23em; 45 } 46 47 #editBMPanel_folderTree { 48 margin-top: 2px; 49 margin-bottom: 2px; 50 } 51 52 /* Hide the value column of the tag autocomplete popup 53 * leaving only the comment column visible. This is 54 * so that only the tag being edited is shown in the 55 * popup. 56 */ 57 #editBMPanel_tagsField #treecolAutoCompleteValue { 58 visibility: collapse; 59 } 60 61 62 /* ::::: bookmark panel dropdown icons ::::: */ 63 64 #editBMPanel_folderMenuList[selectedIndex="0"], 65 #editBMPanel_toolbarFolderItem { 66 -moz-image-region: rect(2px, 138px, 18px, 122px); 67 } 68 69 #editBMPanel_folderMenuList[selectedIndex="1"], 70 #editBMPanel_bmRootItem { 71 -moz-image-region: rect(2px, 158px, 18px, 142px); 72 } 73 74 #editBMPanel_folderMenuList[selectedIndex="2"], 75 #editBMPanel_unfiledRootItem { 76 -moz-image-region: rect(2px, 178px, 18px, 162px); 77 } 78 79 menuitem.folder-icon[_moz-menuactive="true"] { 80 -moz-image-region: rect(2px, 358px, 18px, 342px); 81 } 82 83 #editBMPanel_toolbarFolderItem[_moz-menuactive="true"] { 84 -moz-image-region: rect(2px, 298px, 18px, 282px); 85 } 86 87 #editBMPanel_bmRootItem[_moz-menuactive="true"] { 88 -moz-image-region: rect(2px, 318px, 18px, 302px); 89 } 90 91 #editBMPanel_unfiledRootItem[_moz-menuactive="true"] { 92 -moz-image-region: rect(2px, 338px, 18px, 322px); 93 } 94 95 #editBMPanel_folderMenuList > .menulist-label-box > .menulist-icon{ 96 margin-inline-end: 4px; 97 }