|
1 %if 0 |
|
2 /* This Source Code Form is subject to the terms of the Mozilla Public |
|
3 * License, v. 2.0. If a copy of the MPL was not distributed with this |
|
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
|
5 %endif |
|
6 /**** folder menulist ****/ |
|
7 .folder-icon > .menulist-label-box > .menulist-icon { |
|
8 width: 16px; |
|
9 height: 16px; |
|
10 } |
|
11 |
|
12 .folder-icon > .menu-iconic-left { |
|
13 display: -moz-box; |
|
14 } |
|
15 |
|
16 .folder-icon { |
|
17 list-style-image: url("moz-icon://stock/gtk-directory?size=menu") !important; |
|
18 } |
|
19 |
|
20 |
|
21 /**** expanders ****/ |
|
22 |
|
23 .expander-up, |
|
24 .expander-down { |
|
25 min-width: 0; |
|
26 padding: 2px 0; |
|
27 -moz-padding-start: 2px; |
|
28 } |
|
29 |
|
30 .expander-up > .button-box { |
|
31 -moz-appearance: button-arrow-up; |
|
32 } |
|
33 |
|
34 .expander-down > .button-box { |
|
35 -moz-appearance: button-arrow-down; |
|
36 } |
|
37 |
|
38 #editBookmarkPanelContent { |
|
39 min-width: 23em; |
|
40 } |
|
41 |
|
42 #editBMPanel_folderTree { |
|
43 margin-top: 2px; |
|
44 margin-bottom: 2px; |
|
45 } |
|
46 |
|
47 /* Hide the value column of the tag autocomplete popup |
|
48 * leaving only the comment column visible. This is |
|
49 * so that only the tag being edited is shown in the |
|
50 * popup. |
|
51 */ |
|
52 #editBMPanel_tagsField #treecolAutoCompleteValue { |
|
53 visibility: collapse; |
|
54 } |
|
55 |
|
56 |
|
57 /* Bookmark panel dropdown menu items */ |
|
58 #editBMPanel_folderMenuList[selectedIndex="0"], |
|
59 #editBMPanel_toolbarFolderItem { |
|
60 list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important; |
|
61 } |
|
62 |
|
63 #editBMPanel_folderMenuList[selectedIndex="1"], |
|
64 #editBMPanel_bmRootItem { |
|
65 list-style-image: url("chrome://browser/skin/places/bookmarksMenu.png") !important; |
|
66 } |
|
67 |
|
68 #editBMPanel_folderMenuList[selectedIndex="2"], |
|
69 #editBMPanel_unfiledRootItem { |
|
70 list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png") !important; |
|
71 } |