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

.theme-presets.property-sheet .insets-copy-button-shape {
    -fx-shape: "M1.25,7.5c-0.13,0-0.259-0.051-0.357-0.15C0.7,7.152,0.703,6.836,0.9,
        6.643L3.598,4L0.9,1.357 C0.703,1.164,0.7,0.847,0.893,0.65c0.194-0.196,0.51-0.2,
        0.708-0.007L5.027,4L1.6,7.357C1.502,7.453,1.376,7.5,1.25,7.5z";
    -fx-background-color: -sb-content-detail;
    -fx-min-width: 4;
    -fx-max-width: 4;
    -fx-min-height: 8;
    -fx-max-height: 8;
}
.theme-presets.property-sheet .insets-copy-button {
    -fx-background-color: null;
    -fx-background-radius: 0;
    -fx-min-width: 10;
    -fx-max-width: 10;
}
.theme-presets.property-sheet .insets-copy-button:hover {
    -fx-background-color: derive(-sb-content-background, -10%), -sb-content-background;
    -fx-background-insets: 0 1 0 1, 1 2 1 2;
}
.theme-presets.property-sheet .insets-copy-button:focused {
    -fx-background-color: -fx-focus-color, -fx-background;
    -fx-background-insets: 0 1 0 1, 1 2 1 2;
}

/*******************************************************************************
 * Property Sheet Panels - Rotate Editor                                       *
 ******************************************************************************/

.theme-presets.property-sheet .rotation-dial {
    -fx-background-radius: 100;
}
.theme-presets.property-sheet .rotation-handle {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



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

.theme-presets.property-sheet .insets-copy-button-shape {
    -fx-shape: "M1.25,7.5c-0.13,0-0.259-0.051-0.357-0.15C0.7,7.152,0.703,6.836,0.9,
        6.643L3.598,4L0.9,1.357 C0.703,1.164,0.7,0.847,0.893,0.65c0.194-0.196,0.51-0.2,
        0.708-0.007L5.027,4L1.6,7.357C1.502,7.453,1.376,7.5,1.25,7.5z";
    -fx-background-color: -sb-content-detail;
    -fx-min-width: 4;
    -fx-max-width: 4;
    -fx-min-height: 8;
    -fx-max-height: 8;
}
.theme-presets.property-sheet .insets-copy-button {
    -fx-background-color: null;
    -fx-background-radius: 0;
    -fx-min-width: 10;
    -fx-max-width: 10;
}
.theme-presets.property-sheet .insets-copy-button:hover {
    -fx-background-color: derive(-sb-content-background, -10%), -sb-content-background;
    -fx-background-insets: 0 1 0 1, 1 2 1 2;
}
.theme-presets.property-sheet .insets-copy-button:focused {
    -fx-background-color: -fx-focus-color, -fx-background;
    -fx-background-insets: 0 1 0 1, 1 2 1 2;
}

/*******************************************************************************
 * Property Sheet Panels - Rotate Editor                                       *
 ******************************************************************************/

.theme-presets.property-sheet .rotation-dial {
    -fx-background-radius: 100;
}
.theme-presets.property-sheet .rotation-handle {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



