1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/themes/linux/places/editBookmarkOverlay.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,71 @@ 1.4 +%if 0 1.5 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.8 +%endif 1.9 +/**** folder menulist ****/ 1.10 +.folder-icon > .menulist-label-box > .menulist-icon { 1.11 + width: 16px; 1.12 + height: 16px; 1.13 +} 1.14 + 1.15 +.folder-icon > .menu-iconic-left { 1.16 + display: -moz-box; 1.17 +} 1.18 + 1.19 +.folder-icon { 1.20 + list-style-image: url("moz-icon://stock/gtk-directory?size=menu") !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 + padding: 2px 0; 1.30 + -moz-padding-start: 2px; 1.31 +} 1.32 + 1.33 +.expander-up > .button-box { 1.34 + -moz-appearance: button-arrow-up; 1.35 +} 1.36 + 1.37 +.expander-down > .button-box { 1.38 + -moz-appearance: button-arrow-down; 1.39 +} 1.40 + 1.41 +#editBookmarkPanelContent { 1.42 + min-width: 23em; 1.43 +} 1.44 + 1.45 +#editBMPanel_folderTree { 1.46 + margin-top: 2px; 1.47 + margin-bottom: 2px; 1.48 +} 1.49 + 1.50 +/* Hide the value column of the tag autocomplete popup 1.51 + * leaving only the comment column visible. This is 1.52 + * so that only the tag being edited is shown in the 1.53 + * popup. 1.54 + */ 1.55 +#editBMPanel_tagsField #treecolAutoCompleteValue { 1.56 + visibility: collapse; 1.57 +} 1.58 + 1.59 + 1.60 +/* Bookmark panel dropdown menu items */ 1.61 +#editBMPanel_folderMenuList[selectedIndex="0"], 1.62 +#editBMPanel_toolbarFolderItem { 1.63 + list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important; 1.64 +} 1.65 + 1.66 +#editBMPanel_folderMenuList[selectedIndex="1"], 1.67 +#editBMPanel_bmRootItem { 1.68 + list-style-image: url("chrome://browser/skin/places/bookmarksMenu.png") !important; 1.69 +} 1.70 + 1.71 +#editBMPanel_folderMenuList[selectedIndex="2"], 1.72 +#editBMPanel_unfiledRootItem { 1.73 + list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png") !important; 1.74 +}