relicense to MPL2
[themes.git] / LCARStrek / browser / places / editBookmarkOverlay.css
CommitLineData
9099c61d
RK
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/. */
8da9da4e
RK
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://communicator/skin/bookmarks/bookmark-folder-closed.gif") !important;
17}
18
19
20/**** expanders ****/
21
22.expander-up,
23.expander-down {
24 min-width: 0;
25 margin: 0;
26 -moz-margin-end: 4px;
27}
28
29.expander-up > .button-box,
30.expander-down > .button-box {
31 padding: 0;
32}
33
34.expander-up {
35 list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
36}
37
38.expander-down {
39 list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
40}
41
42.expander-down:hover:active {
43 list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
44}
45
46.expander-up:hover:active {
47 list-style-image: url("chrome://global/skin/arrow/arrow-up-hover.gif");
48}
49
50#editBookmarkPanelContent {
51 min-width: 23em;
52}
53
54#editBMPanel_folderTree {
55 margin-top: 2px;
56 margin-bottom: 2px;
57}
58
8da9da4e
RK
59/* Hide the value column of the tag autocomplete popup
60 * leaving only the comment column visible. This is
61 * so that only the tag being edited is shown in the
62 * popup.
63 */
64#editBMPanel_tagsField #treecolAutoCompleteValue {
65 visibility: collapse;
66}
67
68
69/* ::::: bookmark panel dropdown icons ::::: */
70
71#editBMPanel_folderMenuList[selectedIndex="0"],
72#editBMPanel_toolbarFolderItem {
73 list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important;
74 -moz-image-region: auto !important;
75}
76
77#editBMPanel_folderMenuList[selectedIndex="1"],
78#editBMPanel_bmRootItem {
79 list-style-image: url("chrome://browser/skin/places/bookmarksMenu.png") !important;
80 -moz-image-region: auto !important;
81}
82
83#editBMPanel_folderMenuList[selectedIndex="2"],
84#editBMPanel_unfiledRootItem {
85 list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png") !important;
86 -moz-image-region: auto !important;
87}