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