Revision control

Copy as Markdown

Other Tools

/* 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/. */
#tabList {
width: 100%;
height: 12em;
}
treechildren::-moz-tree-image(icon),
treechildren::-moz-tree-image(noicon) {
padding-right: 2px;
margin: 0px 2px;
width: 16px;
height: 16px;
}
treechildren::-moz-tree-image(noicon) {
}
treechildren::-moz-tree-image(container, noicon) {
}
treechildren::-moz-tree-image(container, noicon, open) {
}
treechildren::-moz-tree-checkbox(checked) {
}
treechildren::-moz-tree-checkbox(partial) {
}
treechildren::-moz-tree-row(alternate) {
background-color: -moz-oddtreerow;
}
treechildren::-moz-tree-row(alternate, selected) {
background-color: Highlight;
}
#buttons {
margin-inline-start: 80px;
}
#buttons > button {
margin-top: 2em;
margin-inline-start: 5px;
}