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/. */
.treecell-panel
{
}
.treecell-panel[haslink="true"],
treeitem[container="true"] > treerow > .treecell-panel
{
}
treeitem[selected="true"] > treerow > .treecell-panel[haslink="true"],
treeitem[selected="true"][container="true"] > treerow > .treecell-panel
{
}
treeitem[container="true"][open="true"] > treerow > .treecell-panel
{
}
treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel
{
}
#header {
}
box#reorder {
-moz-box-pack: center;
}