kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDark.css [330:381]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -fx-background-insets: -4 -2 -4 -12, -3 -2 -3 -12;
}

.theme-presets.SBKIT-library-panel .library-classname-label {
    -fx-text-fill: -sb-content-text;
}

.theme-presets.SBKIT-library-panel .library-qualifier-label {
    -fx-text-fill: -sb-content-text-dimmed;
}

/*******************************************************************************
 * Library Panel - Jar import dialog                                           *
 ******************************************************************************/

.theme-presets .jar-import-preview-label {
    -fx-text-fill: -sb-content-text-dimmed;
    -fx-font-size : 0.875em;
}

.theme-presets .jar-import-preview {
    -fx-background-color: azure;
}

.theme-presets .jar-import-num-of-items-label {
    -fx-font-size : 0.875em;
}

.theme-presets .jar-import-class-name-label {
    -fx-text-fill: -sb-content-text-dimmed;
    -fx-font-size : 0.875em;
}

/*******************************************************************************
 *                                                                             *
 * Hierarchy Panel                                                             *
 *                                                                             *
 ******************************************************************************/

/*******************************************************************************
 * Hierarchy Panel - TreeView / TreeTableView                                  *
 ******************************************************************************/

.theme-presets.SBKIT-hierarchy-panel .tree-cell {
    -fx-background-color: transparent;
    -fx-padding: 2 0 2 0;
    -fx-background-insets: 0 0 0 0;
}
.theme-presets.SBKIT-hierarchy-panel .tree-cell .label {
    -fx-text-fill: -sb-content-text;
}
.theme-presets.SBKIT-hierarchy-panel .hierarchy-first-cell {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDefault.css [313:364]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -fx-background-insets: -4 -2 -4 -12, -3 -2 -3 -12;
}

.theme-presets.SBKIT-library-panel .library-classname-label {
    -fx-text-fill: -sb-content-text;
}

.theme-presets.SBKIT-library-panel .library-qualifier-label {
    -fx-text-fill: -sb-content-text-dimmed;
}

/*******************************************************************************
 * Library Panel - Jar import dialog                                           *
 ******************************************************************************/

.theme-presets .jar-import-preview-label {
    -fx-text-fill: -sb-content-text-dimmed;
    -fx-font-size : 0.875em;
}

.theme-presets .jar-import-preview {
    -fx-background-color: azure;
}

.theme-presets .jar-import-num-of-items-label {
    -fx-font-size : 0.875em;
}

.theme-presets .jar-import-class-name-label {
    -fx-text-fill: -sb-content-text-dimmed;
    -fx-font-size : 0.875em;
}

/*******************************************************************************
 *                                                                             *
 * Hierarchy Panel                                                             *
 *                                                                             *
 ******************************************************************************/

/*******************************************************************************
 * Hierarchy Panel - TreeView / TreeTableView                                  *
 ******************************************************************************/

.theme-presets.SBKIT-hierarchy-panel .tree-cell {
    -fx-background-color: transparent;
    -fx-padding: 2 0 2 0;
    -fx-background-insets: 0 0 0 0;
}
.theme-presets.SBKIT-hierarchy-panel .tree-cell .label {
    -fx-text-fill: -sb-content-text;
}
.theme-presets.SBKIT-hierarchy-panel .hierarchy-first-cell {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



