kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDark.css [723:756]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -fx-text-fill: -sb-header-text-dimmed;
}

/* Specific css for the Inspector SplitPane */
.theme-presets.SBKIT-inspector-panel > .split-pane-divider {
    -fx-background-color: transparent;
    -fx-background-insets: -1 0 -3 0;
    -fx-border-width: 0;
    -fx-padding: 0;
}

/*******************************************************************************
 *                                                                             *
 * Property Sheet Panels (Inspector, Controller)                               *
 *                                                                             *
 ******************************************************************************/

/*******************************************************************************
 * Property Sheet Panels - General Appearance                                  *
 ******************************************************************************/

.property-sheet {
    -fx-font-size: 0.875em;
}

.theme-presets.property-sheet .label {
    -fx-text-fill: -sb-content-text;
    -fx-padding: 4 0 3 0;
}

.theme-presets.property-sheet .button,
.theme-presets.property-sheet .toggle-button {
    -fx-text-fill: -sb-content-text;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDefault.css [707:740]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -fx-text-fill: -sb-header-text-dimmed;
}

/* Specific css for the Inspector SplitPane */
.theme-presets.SBKIT-inspector-panel > .split-pane-divider {
    -fx-background-color: transparent;
    -fx-background-insets: -1 0 -3 0;
    -fx-border-width: 0;
    -fx-padding: 0;
}

/*******************************************************************************
 *                                                                             *
 * Property Sheet Panels (Inspector, Controller)                               *
 *                                                                             *
 ******************************************************************************/

/*******************************************************************************
 * Property Sheet Panels - General Appearance                                  *
 ******************************************************************************/

.property-sheet {
    -fx-font-size: 0.875em;
}

.theme-presets.property-sheet .label {
    -fx-text-fill: -sb-content-text;
    -fx-padding: 4 0 3 0;
}

.theme-presets.property-sheet .button,
.theme-presets.property-sheet .toggle-button {
    -fx-text-fill: -sb-content-text;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



