kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDark.css [1203:1233]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -fx-background-insets: -1 0 0 0, 0 1 1 0, 1 1 1 0;
}

.theme-presets.SBKIT-css-panel .notAppliedStyleLine .line {
    -fx-border-width: 0;
    -fx-background-color:black;
}

.theme-presets.SBKIT-css-panel .winner-background {
    -fx-background-color: -sb-css-winner-color;
    -fx-background-insets: 0 1 1 0;
}

.theme-presets.SBKIT-css-panel .note-label .text {
    -fx-font-size: 0.750em;
    -fx-fill: -sb-content-text-dimmed;
}

.theme-presets.SBKIT-css-panel .css-panel-message .text {
    /* Used for 'Multiple Selection' message */
    -fx-fill: -sb-content-text-dimmed;
    -fx-font-size: 0.875em;
}

/*******************************************************************************
 * CSS Panel - Picking Mode Toggle Buttons                                     *
 ******************************************************************************/

.theme-presets.SBKIT-css-panel .cursor-shape {
    -fx-shape: "M9.084,7.833c-1.709,0.25-3.242,0.734-3.242,0.734l2.783,4.892l-1.708,1L3.904,9.454C2.713,
    9.967,1.208,11.5,1.208,11.5L1,1 L9.084,7.833z";
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDefault.css [1100:1130]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -fx-background-insets: -1 0 0 0, 0 1 1 0, 1 1 1 0;
}

.theme-presets.SBKIT-css-panel .notAppliedStyleLine .line {
    -fx-border-width: 0;
    -fx-background-color:black;
}

.theme-presets.SBKIT-css-panel .winner-background {
    -fx-background-color: -sb-css-winner-color;
    -fx-background-insets: 0 1 1 0;
}

.theme-presets.SBKIT-css-panel .note-label .text {
    -fx-font-size: 0.750em;
    -fx-fill: -sb-content-text-dimmed;
}

.theme-presets.SBKIT-css-panel .css-panel-message .text {
    /* Used for 'Multiple Selection' message */
    -fx-fill: -sb-content-text-dimmed;
    -fx-font-size: 0.875em;
}

/*******************************************************************************
 * CSS Panel - Picking Mode Toggle Buttons                                     *
 ******************************************************************************/

.theme-presets.SBKIT-css-panel .cursor-shape {
    -fx-shape: "M9.084,7.833c-1.709,0.25-3.242,0.734-3.242,0.734l2.783,4.892l-1.708,1L3.904,9.454C2.713,
    9.967,1.208,11.5,1.208,11.5L1,1 L9.084,7.833z";
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



