kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDark.css [419:473]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
.theme-presets.SBKIT-hierarchy-panel .tree-view .tree-cell .tree-disclosure-node .arrow {
    -fx-shape: "M0,3h3V0h1v3h3v1H4v3H3l0-3H0V3z";
    -fx-padding: 0.2em;
    -fx-background-color: -sb-header-text;
}
.theme-presets.SBKIT-hierarchy-panel .tree-view .tree-cell:expanded .tree-disclosure-node .arrow {
    -fx-shape: "M0,3h7v1H0V3z M0,0L0,0L0,0L0,0L0,0z M7,7L7,7L7,7L7,7L7,7z";
    -fx-padding: 0.2em;
    -fx-background-color: -sb-content-text;
    -fx-rotate: 0;
}

/*******************************************************************************
 * Hierarchy Panel - Place holder Labels                                       *
 ******************************************************************************/

.theme-presets.SBKIT-hierarchy-panel .hierarchy-place-holder-label {
    -fx-label-padding: 0 3 0 0;
}

/*******************************************************************************
 * Hierarchy Panel - Read/Write labels and Inline editing                      *
 ******************************************************************************/

/* editable label on node in hierarchy (info / node id / fx:id) */
.theme-presets.SBKIT-hierarchy-panel .hierarchy-readwrite-label {
    -fx-border-color: transparent;
    -fx-border-insets: 0 1 0 0;
}
.theme-presets.SBKIT-hierarchy-panel .hierarchy-readwrite-label:hover {
    -fx-border-color: -sb-sharp-edge-hi;
    -fx-cursor: text;
}
.theme-presets.SBKIT-hierarchy-panel .hierarchy-readwrite-label .text {
    -fx-fill: -sb-content-text-dimmed;
}
.theme-presets.SBKIT-hierarchy-panel .hierarchy-readwrite-label:hover .text {
    -fx-fill: -sb-content-text;
}

.theme-presets.SBKIT-hierarchy-panel .inline-editor, .inline-editor:focused {
    -fx-background-color: white;
    -fx-background-insets: 0;
    -fx-border-color: rgb(25, 164, 255);
    -fx-text-fill: black;
    -fx-padding: 0 1 0 1;
}

/*******************************************************************************
 * Hierarchy Panel - Empty FXML 'drag items here' prompt                       *
 ******************************************************************************/

.theme-presets.SBKIT-hierarchy-panel .hierarchy-prompt-label {
    -fx-font-size: 1.231em; /* 16px (base pixel size of 13px) */
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDefault.css [402:456]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
.theme-presets.SBKIT-hierarchy-panel .tree-view .tree-cell .tree-disclosure-node .arrow {
    -fx-shape: "M0,3h3V0h1v3h3v1H4v3H3l0-3H0V3z";
    -fx-padding: 0.2em;
    -fx-background-color: -sb-header-text;
}
.theme-presets.SBKIT-hierarchy-panel .tree-view .tree-cell:expanded .tree-disclosure-node .arrow {
    -fx-shape: "M0,3h7v1H0V3z M0,0L0,0L0,0L0,0L0,0z M7,7L7,7L7,7L7,7L7,7z";
    -fx-padding: 0.2em;
    -fx-background-color: -sb-content-text;
    -fx-rotate: 0;
}

/*******************************************************************************
 * Hierarchy Panel - Place holder Labels                                       *
 ******************************************************************************/

.theme-presets.SBKIT-hierarchy-panel .hierarchy-place-holder-label {
    -fx-label-padding: 0 3 0 0;
}

/*******************************************************************************
 * Hierarchy Panel - Read/Write labels and Inline editing                      *
 ******************************************************************************/

/* editable label on node in hierarchy (info / node id / fx:id) */
.theme-presets.SBKIT-hierarchy-panel .hierarchy-readwrite-label {
    -fx-border-color: transparent;
    -fx-border-insets: 0 1 0 0;
}
.theme-presets.SBKIT-hierarchy-panel .hierarchy-readwrite-label:hover {
    -fx-border-color: -sb-sharp-edge-hi;
    -fx-cursor: text;
}
.theme-presets.SBKIT-hierarchy-panel .hierarchy-readwrite-label .text {
    -fx-fill: -sb-content-text-dimmed;
}
.theme-presets.SBKIT-hierarchy-panel .hierarchy-readwrite-label:hover .text {
    -fx-fill: -sb-content-text;
}

.theme-presets.SBKIT-hierarchy-panel .inline-editor, .inline-editor:focused {
    -fx-background-color: white;
    -fx-background-insets: 0;
    -fx-border-color: rgb(25, 164, 255);
    -fx-text-fill: black;
    -fx-padding: 0 1 0 1;
}

/*******************************************************************************
 * Hierarchy Panel - Empty FXML 'drag items here' prompt                       *
 ******************************************************************************/

.theme-presets.SBKIT-hierarchy-panel .hierarchy-prompt-label {
    -fx-font-size: 1.231em; /* 16px (base pixel size of 13px) */
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



