1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/themes/windows/places/editBookmarkOverlay.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,80 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +/**** folder menulist ****/ 1.9 +.folder-icon > .menulist-label-box > .menulist-icon { 1.10 + width: 16px; 1.11 + height: 16px; 1.12 +} 1.13 + 1.14 +.folder-icon > .menu-iconic-left { 1.15 + display: -moz-box; 1.16 +} 1.17 + 1.18 +.folder-icon { 1.19 + list-style-image: url("chrome://global/skin/icons/folder-item.png") !important; 1.20 + -moz-image-region: rect(0px, 32px, 16px, 16px) !important; 1.21 +} 1.22 + 1.23 + 1.24 +/**** expanders ****/ 1.25 + 1.26 +.expander-up, 1.27 +.expander-down { 1.28 + min-width: 0; 1.29 + margin: 0; 1.30 + -moz-margin-end: 4px; 1.31 +} 1.32 + 1.33 +.expander-up > .button-box, 1.34 +.expander-down > .button-box { 1.35 + padding: 0; 1.36 +} 1.37 + 1.38 +.expander-up { 1.39 + list-style-image: url("chrome://global/skin/icons/collapse.png"); 1.40 +} 1.41 + 1.42 +.expander-down { 1.43 + list-style-image: url("chrome://global/skin/icons/expand.png"); 1.44 +} 1.45 + 1.46 +#editBookmarkPanelContent { 1.47 + min-width: 23em; 1.48 +} 1.49 + 1.50 +#editBMPanel_folderTree { 1.51 + margin-top: 2px; 1.52 + margin-bottom: 2px; 1.53 +} 1.54 + 1.55 +/* Hide the value column of the tag autocomplete popup 1.56 + * leaving only the comment column visible. This is 1.57 + * so that only the tag being edited is shown in the 1.58 + * popup. 1.59 + */ 1.60 +#editBMPanel_tagsField #treecolAutoCompleteValue { 1.61 + visibility: collapse; 1.62 +} 1.63 + 1.64 + 1.65 +/* ::::: bookmark panel dropdown icons ::::: */ 1.66 + 1.67 +#editBMPanel_folderMenuList[selectedIndex="0"], 1.68 +#editBMPanel_toolbarFolderItem { 1.69 + list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important; 1.70 + -moz-image-region: auto !important; 1.71 +} 1.72 + 1.73 +#editBMPanel_folderMenuList[selectedIndex="1"], 1.74 +#editBMPanel_bmRootItem { 1.75 + list-style-image: url("chrome://browser/skin/places/bookmarksMenu.png") !important; 1.76 + -moz-image-region: auto !important; 1.77 +} 1.78 + 1.79 +#editBMPanel_folderMenuList[selectedIndex="2"], 1.80 +#editBMPanel_unfiledRootItem { 1.81 + list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png") !important; 1.82 + -moz-image-region: auto !important; 1.83 +}