kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDark.css [998:1054]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -fx-background-insets: 14 5 14 23, 15 6 15 24;
    -fx-background-radius: 20, 20;
}

/*******************************************************************************
 * Property Sheet Panels - Anchor Pane Constraints Editor                      *
 ******************************************************************************/

.theme-presets.property-sheet .ap-constraints-outer-border {
    -fx-border-color: -sb-line-art;
    -fx-border-insets: -1;
}
.theme-presets.property-sheet .ap-constraints-inner-border {
    -fx-border-color: -sb-line-art;
}
.theme-presets.property-sheet .ap-constraints-shape {
    -fx-background-color: -sb-line-art;
}
.theme-presets.property-sheet .ap-constraints-toggle:selected .ap-constraints-shape {
    -fx-background-color: -sb-line-art-accent;
}
.theme-presets.property-sheet .ap-constraints-toggle {
    -fx-background-color: transparent;
    -fx-padding: 3;
}
.theme-presets.property-sheet .ap-constraints-toggle:hover {
    -fx-cursor: hand;
    -fx-background-color: #cccccc, -fx-base;
    -fx-background-insets: 1, 2;
}
.theme-presets.property-sheet .ap-constraints-toggle:focused {
    -fx-background-color: -fx-focus-color, -fx-inner-border, -fx-base, -fx-faint-focus-color, -fx-base;
    -fx-background-insets: -0.2, 1, 2, -1.4, 2.6;
}

/*******************************************************************************
 * Property Sheet Panels - Multi Row Editor Buttons                         *
 ******************************************************************************/

.theme-presets.property-sheet .multi-row-plus-button {
    -fx-text-fill: -sb-content-detail;
    -fx-padding: 4 3 3 4;
    -fx-min-width: 17;
}

.theme-presets.property-sheet .multi-row-menubutton {
    -fx-padding: 4 5 3 1;
    -fx-min-width: 17;
}

/*******************************************************************************
 * Property Sheet Panels - Symbol Prefix @ @/ / # etc                          *
 ******************************************************************************/

.theme-presets.property-sheet .symbol-prefix {
    -fx-text-fill: -sb-content-text-dimmed;
    -fx-background-color: 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDefault.css [921:977]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -fx-background-insets: 14 5 14 23, 15 6 15 24;
    -fx-background-radius: 20, 20;
}

/*******************************************************************************
 * Property Sheet Panels - Anchor Pane Constraints Editor                      *
 ******************************************************************************/

.theme-presets.property-sheet .ap-constraints-outer-border {
    -fx-border-color: -sb-line-art;
    -fx-border-insets: -1;
}
.theme-presets.property-sheet .ap-constraints-inner-border {
    -fx-border-color: -sb-line-art;
}
.theme-presets.property-sheet .ap-constraints-shape {
    -fx-background-color: -sb-line-art;
}
.theme-presets.property-sheet .ap-constraints-toggle:selected .ap-constraints-shape {
    -fx-background-color: -sb-line-art-accent;
}
.theme-presets.property-sheet .ap-constraints-toggle {
    -fx-background-color: transparent;
    -fx-padding: 3;
}
.theme-presets.property-sheet .ap-constraints-toggle:hover {
    -fx-cursor: hand;
    -fx-background-color: #cccccc, -fx-base;
    -fx-background-insets: 1, 2;
}
.theme-presets.property-sheet .ap-constraints-toggle:focused {
    -fx-background-color: -fx-focus-color, -fx-inner-border, -fx-base, -fx-faint-focus-color, -fx-base;
    -fx-background-insets: -0.2, 1, 2, -1.4, 2.6;
}

/*******************************************************************************
 * Property Sheet Panels - Multi Row Editor Buttons                         *
 ******************************************************************************/

.theme-presets.property-sheet .multi-row-plus-button {
    -fx-text-fill: -sb-content-detail;
    -fx-padding: 4 3 3 4;
    -fx-min-width: 17;
}

.theme-presets.property-sheet .multi-row-menubutton {
    -fx-padding: 4 5 3 1;
    -fx-min-width: 17;
}

/*******************************************************************************
 * Property Sheet Panels - Symbol Prefix @ @/ / # etc                          *
 ******************************************************************************/

.theme-presets.property-sheet .symbol-prefix {
    -fx-text-fill: -sb-content-text-dimmed;
    -fx-background-color: 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



