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/. */
5 @import url("chrome://inspector/skin");
7 /* :::::::: node type color coding :::::::: */
9 treechildren::-moz-tree-cell-text(ACCESSIBLE_NODE) {
13 treechildren::-moz-tree-cell-text(ELEMENT_NODE) {
17 treechildren::-moz-tree-cell-text(ATTRIBUTE_NODE) {
21 treechildren::-moz-tree-cell-text(CDATA_SECTION_NODE),
22 treechildren::-moz-tree-cell-text(TEXT_NODE) {
26 treechildren::-moz-tree-cell-text(COMMENT_NODE) {
30 treechildren::-moz-tree-cell-text(DOCUMENT_NODE) {
34 treechildren::-moz-tree-cell-text(DOCUMENT_TYPE_NODE) {
38 treechildren::-moz-tree-cell-text(PROCESSING_INSTRUCTION_NODE) {
42 treechildren::-moz-tree-cell-text(anonymous) {
46 treechildren::-moz-tree-cell-text(selected, focus) {
50 /* :::::::: drag and drop insertion indicators :::::::: */
52 treechildren::-moz-tree-column(dnd-insert-before) {
53 border-left: 2px solid #FF9F00;
56 treechildren::-moz-tree-column(dnd-insert-after) {
57 border-right: 2px solid #FF9F00;