kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDark.css [1309:1333]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -fx-min-width: 5;
    -fx-max-width: 5;
    -fx-min-height: 6;
    -fx-max-height: 6;
}
.theme-presets.SBKIT-css-panel .styleable-path-optional-label .text {
    -fx-fill: -sb-header-text-dimmed;
}

/*******************************************************************************
 * CSS Panel - Lookup Button                                                   *
 ******************************************************************************/

.theme-presets.SBKIT-css-panel .lookup-button {
    -fx-background-color: transparent;
    -fx-background-insets: 0;
}
.theme-presets.SBKIT-css-panel .lookup-button .label {
    -fx-padding: 0;
}
.theme-presets.SBKIT-css-panel .lookup-button .arrow-button {
    -fx-padding: 0 3 2 2;
}
.theme-presets.SBKIT-css-panel .lookup-button .arrow-button > .arrow {
    -fx-padding: 0 0.231em 0.154em 0.154em;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDefault.css [1206:1230]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -fx-min-width: 5;
    -fx-max-width: 5;
    -fx-min-height: 6;
    -fx-max-height: 6;
}
.theme-presets.SBKIT-css-panel .styleable-path-optional-label .text {
    -fx-fill: -sb-header-text-dimmed;
}

/*******************************************************************************
 * CSS Panel - Lookup Button                                                   *
 ******************************************************************************/

.theme-presets.SBKIT-css-panel .lookup-button {
    -fx-background-color: transparent;
    -fx-background-insets: 0;
}
.theme-presets.SBKIT-css-panel .lookup-button .label {
    -fx-padding: 0;
}
.theme-presets.SBKIT-css-panel .lookup-button .arrow-button {
    -fx-padding: 0 3 2 2;
}
.theme-presets.SBKIT-css-panel .lookup-button .arrow-button > .arrow {
    -fx-padding: 0 0.231em 0.154em 0.154em;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



