Revision control

Copy as Markdown

Other Tools

/* -*- Mode: C; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* ::::: Trees ::::: */
treechildren::-moz-tree-row {
min-height: 18px;
}
treechildren::-moz-tree-twisty {
padding-bottom: 1px;
}
/**
* Style rules for generic bookmarks items.
*/
treechildren::-moz-tree-image(title) {
margin-inline-end: 2px;
width: 16px;
height: 16px;
}
.bookmark-item,
treechildren::-moz-tree-image(title) {
}
.bookmark-item[container="true"],
treechildren::-moz-tree-image(title, container) {
}
.bookmark-item[open="true"],
treechildren::-moz-tree-image(title, open) {
}
.bookmark-item[container="true"][open="true"][loading="true"] {
list-style-image: url("chrome://communicator/skin/icons/loading.png") !important;
}
.bookmark-item > .toolbarbutton-box > .toolbarbutton-icon {
list-style-image: inherit;
width: 16px;
height: 16px;
}
.bookmark-item[container][livemark],
treechildren::-moz-tree-image(title, container, livemark) {
-moz-image-region: auto;
}
.bookmark-item[container][livemark] .bookmark-item,
treechildren::-moz-tree-image(title, livemarkItem) {
}
.bookmark-item[container][livemark] .bookmark-item[visited],
treechildren::-moz-tree-image(title, livemarkItem, visited) {
}
#bookmarksToolbarFolderMenu,
#BMB_bookmarksToolbarFolderMenu,
treechildren::-moz-tree-image(container, queryFolder_toolbar_____) {
-moz-image-region: auto;
}
treechildren::-moz-tree-image(container, queryFolder_menu________) {
-moz-image-region: auto;
}
#unsortedBookmarksFolderMenu,
#BMB_unsortedBookmarksFolderMenu,
treechildren::-moz-tree-image(container, queryFolder_unfiled_____) {
-moz-image-region: auto;
}
/* query-nodes should be styled even if they're not expandable */
.bookmark-item[container][query],
treechildren::-moz-tree-image(query) {
-moz-image-region: auto;
}
treechildren::-moz-tree-image(query, OrganizerQuery_AllBookmarks) {
-moz-image-region: auto;
}
.bookmark-item[query][tagContainer],
treechildren::-moz-tree-image(title, query, tagContainer),
treechildren::-moz-tree-image(query, OrganizerQuery_Tags) {
list-style-image: url("chrome://communicator/skin/places/tag.png");
-moz-image-region: auto;
}
/* calendar icon for history grouping items by day */
treechildren::-moz-tree-image(title, query, dayContainer) {
-moz-image-region: auto;
}
treechildren::-moz-tree-image(query, OrganizerQuery_History) {
-moz-image-region: auto;
}
treechildren::-moz-tree-image(title, separator) {
list-style-image: none;
width: 0px;
height: 0px;
}
treechildren::-moz-tree-cell-text(title, separator) {
color: ThreeDShadow;
margin: 0px 5px;
}
treechildren::-moz-tree-cell-text(title, separator, selected, focus) {
color: HighlightText;
}