bug 779662 - click-to-play overlay click handler too restrictive. r=jaws
[gecko.git] / browser / themes / gnomestripe / places / editBookmarkOverlay.css
blobf1f6210b4d66a058153117ff2399ba6b6469d338
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;
12 .folder-icon > .menu-iconic-left {
13 display: -moz-box;
16 .folder-icon {
17 list-style-image: url("moz-icon://stock/gtk-directory?size=menu") !important;
21 /**** expanders ****/
23 .expander-up,
24 .expander-down {
25 min-width: 0;
26 padding: 2px 0;
27 -moz-padding-start: 2px;
30 .expander-up > .button-box {
31 -moz-appearance: button-arrow-up;
34 .expander-down > .button-box {
35 -moz-appearance: button-arrow-down;
38 #editBookmarkPanelContent {
39 min-width: 23em;
42 #editBMPanel_folderTree {
43 margin-top: 2px;
44 margin-bottom: 2px;
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.
52 #editBMPanel_tagsField #treecolAutoCompleteValue {
53 visibility: collapse;
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;
63 #editBMPanel_folderMenuList[selectedIndex="1"],
64 #editBMPanel_bmRootItem {
65 list-style-image: url("chrome://browser/skin/places/bookmarksMenu.png") !important;
68 #editBMPanel_folderMenuList[selectedIndex="2"],
69 #editBMPanel_unfiledRootItem {
70 list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png") !important;