kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDark.css [481:564]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -fx-border-width: 1;
    -fx-border-style: segments(1px, 2px);
}

/*******************************************************************************
 *                                                                             *
 * Content Panel                                                               *
 *                                                                             *
 ******************************************************************************/

.theme-presets.SBKIT-content-panel .selection-handles {
    -fx-fill: white;
    -fx-stroke: blue;
    -fx-stroke-width: 1;
    -fx-stroke-type: inside;
}

.theme-presets.SBKIT-content-panel .selection-handles-dim {
    -fx-fill: white;
    -fx-stroke: gray;
    -fx-stroke-width: 1;
    -fx-stroke-type: inside;
}

.theme-presets.SBKIT-content-panel .selection-rect {
    -fx-stroke: null; 
    -fx-fill: rgba(0, 0, 0, 0.05);
}

.theme-presets.SBKIT-content-panel .selection-wire {
    -fx-stroke: rgb(25, 164, 255);
    -fx-stroke-width: 1;
    -fx-fill: null;
}

.theme-presets.SBKIT-content-panel .selection-pipe {
    -fx-stroke: rgb(25, 164, 255);
    -fx-stroke-width: 3;
    -fx-fill: null;
}

.theme-presets.SBKIT-content-panel .selection-gap {
    -fx-stroke: null;
    -fx-fill: lightgrey;
    -fx-opacity: 0.5;
}

.theme-presets.SBKIT-content-panel .parent-ring {
    /* -fx-stroke is setup from user preferences */
    -fx-stroke-width: 7;
    -fx-stroke-type: outside;
    -fx-opacity: 0.5;
    -fx-fill: null;
}

.theme-presets.SBKIT-content-panel .target-ring {
    /* -fx-stroke is setup from user preferences */
    -fx-stroke-width: 7;
    -fx-stroke-type: inside;
    -fx-opacity: 0.9;
    -fx-fill: null;
}

.theme-presets.SBKIT-content-panel .target-crack {
    -fx-stroke-width: 5;
    -fx-stroke-type: centered;
    -fx-stroke-line-cap: butt;
    -fx-stroke: black;
    -fx-opacity: 0.5;
    -fx-fill: null;
}

.theme-presets.SBKIT-content-panel .resize-rudder {
    -fx-stroke-width: 1;
    -fx-opacity: 0.3;
    -fx-stroke-dash-array: 8 8;
}

/*******************************************************************************
 * Content Panel - FXML 'drag items here' prompts                              *
 ******************************************************************************/

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



kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDefault.css [464:547]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -fx-border-width: 1;
    -fx-border-style: segments(1px, 2px);
}

/*******************************************************************************
 *                                                                             *
 * Content Panel                                                               *
 *                                                                             *
 ******************************************************************************/

.theme-presets.SBKIT-content-panel .selection-handles {
    -fx-fill: white;
    -fx-stroke: blue;
    -fx-stroke-width: 1;
    -fx-stroke-type: inside;
}

.theme-presets.SBKIT-content-panel .selection-handles-dim {
    -fx-fill: white;
    -fx-stroke: gray;
    -fx-stroke-width: 1;
    -fx-stroke-type: inside;
}

.theme-presets.SBKIT-content-panel .selection-rect {
    -fx-stroke: null; 
    -fx-fill: rgba(0, 0, 0, 0.05);
}

.theme-presets.SBKIT-content-panel .selection-wire {
    -fx-stroke: rgb(25, 164, 255);
    -fx-stroke-width: 1;
    -fx-fill: null;
}

.theme-presets.SBKIT-content-panel .selection-pipe {
    -fx-stroke: rgb(25, 164, 255);
    -fx-stroke-width: 3;
    -fx-fill: null;
}

.theme-presets.SBKIT-content-panel .selection-gap {
    -fx-stroke: null;
    -fx-fill: lightgrey;
    -fx-opacity: 0.5;
}

.theme-presets.SBKIT-content-panel .parent-ring {
    /* -fx-stroke is setup from user preferences */
    -fx-stroke-width: 7;
    -fx-stroke-type: outside;
    -fx-opacity: 0.5;
    -fx-fill: null;
}

.theme-presets.SBKIT-content-panel .target-ring {
    /* -fx-stroke is setup from user preferences */
    -fx-stroke-width: 7;
    -fx-stroke-type: inside;
    -fx-opacity: 0.9;
    -fx-fill: null;
}

.theme-presets.SBKIT-content-panel .target-crack {
    -fx-stroke-width: 5;
    -fx-stroke-type: centered;
    -fx-stroke-line-cap: butt;
    -fx-stroke: black;
    -fx-opacity: 0.5;
    -fx-fill: null;
}

.theme-presets.SBKIT-content-panel .resize-rudder {
    -fx-stroke-width: 1;
    -fx-opacity: 0.3;
    -fx-stroke-dash-array: 8 8;
}

/*******************************************************************************
 * Content Panel - FXML 'drag items here' prompts                              *
 ******************************************************************************/

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



