kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDark.css [1284:1307]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -fx-font-size: 0.875em;
    -fx-text-fill: -sb-header-text;
    -fx-padding: 0 12 0 8;
}
.theme-presets.SBKIT-css-panel .styleable-path .hyperlink {
    -fx-font-size: 0.875em;
    -fx-text-fill: -sb-header-text;
    -fx-padding: 0 0 0 0;
    -fx-border-width: 0;
}
.theme-presets.SBKIT-css-panel .styleable-path .button {
    -fx-background-color: -sb-sharp-edge-lo, derive(-sb-sharp-edge-hi, 10%);
    -fx-background-insets: 0, 1;
    -fx-background-radius: 100;
    -fx-min-width: 16;
    -fx-max-width: 16;
    -fx-min-height: 16;
    -fx-max-height: 16;
}
.theme-presets.SBKIT-css-panel .styleable-path .button:hover {
    -fx-background-color: derive(-sb-sharp-edge-lo, -10%), derive(-sb-sharp-edge-hi, 40%);
}
.theme-presets.SBKIT-css-panel .styleable-path-button-shape {
    -fx-shape: "M 0 -3.5 v 7 l 4 -3.5 z";
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDefault.css [1181:1204]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -fx-font-size: 0.875em;
    -fx-text-fill: -sb-header-text;
    -fx-padding: 0 12 0 8;
}
.theme-presets.SBKIT-css-panel .styleable-path .hyperlink {
    -fx-font-size: 0.875em;
    -fx-text-fill: -sb-header-text;
    -fx-padding: 0 0 0 0;
    -fx-border-width: 0;
}
.theme-presets.SBKIT-css-panel .styleable-path .button {
    -fx-background-color: -sb-sharp-edge-lo, derive(-sb-sharp-edge-hi, 10%);
    -fx-background-insets: 0, 1;
    -fx-background-radius: 100;
    -fx-min-width: 16;
    -fx-max-width: 16;
    -fx-min-height: 16;
    -fx-max-height: 16;
}
.theme-presets.SBKIT-css-panel .styleable-path .button:hover {
    -fx-background-color: derive(-sb-sharp-edge-lo, -10%), derive(-sb-sharp-edge-hi, 40%);
}
.theme-presets.SBKIT-css-panel .styleable-path-button-shape {
    -fx-shape: "M 0 -3.5 v 7 l 4 -3.5 z";
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



