kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDark.css [831:899]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -fx-padding: 3 5 3 5;
}

.theme-presets.property-sheet .choice-box > .open-button, 
.theme-presets.property-sheet .menu-button > .arrow-button {
    -fx-padding: 2 0 2 0;
}
.theme-presets.property-sheet .choice-box > .label, 
.theme-presets.property-sheet .menu-button > .label {
    -fx-padding: 0 4 0 0;
}
.theme-presets.property-sheet .choice-box > .open-button > .arrow,
.theme-presets.property-sheet .menu-button > .arrow-button > .arrow  {
    -fx-background-color: -sb-content-detail;
    -fx-background-insets: 0;
    -fx-padding: 0.154em 0.308em 0.154em 0.231em;  /* 2 4 2 3 */
}

/*.theme-presets .property-sheet .table-view .column-header .label {
    -fx-text-fill: -sb-content-text;
    -fx-font-size: 0.875em;
    -fx-font-weight: normal;
    -fx-alignment: CENTER_LEFT;
    -fx-padding: 0 4 0 4;
}
.theme-presets .property-sheet .table-view > .virtual-flow > .clipped-container > .sheet > .table-row-cell .table-cell {
    -fx-padding: 4 5 2 5;
}
.theme-presets .property-sheet .table-view:focused > .virtual-flow > .clipped-container > .sheet > .table-row-cell:filled:selected,
.theme-presets .property-sheet .table-view:focused > .virtual-flow > .clipped-container > .sheet > .table-row-cell .table-cell:selected {
    -fx-background: -sb-selected-bar-color;
    -fx-table-cell-border-color: -sb-selected-bar-color;
}*/

.theme-presets.property-sheet .small-label {
    -fx-font-size: 0.750em; /* 9 */
    -fx-text-fill: -sb-content-text-dimmed;
    -fx-padding: 0;
}

.inspector-message .text {
    /* Used for 'No Selection' and 'No Results' messages */
    -fx-fill: -sb-content-text-dimmed;
}

.theme-presets.property-sheet .cog-menubutton {
    -fx-background-color: -sb-content-background;
    -fx-background-radius: 0;
    -fx-padding: 4 0 3 1;
    -fx-graphic-text-gap: 0;
    -fx-min-width: 10;
    -fx-max-width: 10;
    -fx-min-height: 10;
}
.theme-presets.property-sheet .cog-menubutton:hover {
    -fx-background-color: derive(-sb-content-background, -10%), -sb-content-background;
    -fx-background-insets: 0, 1;
}
.theme-presets.property-sheet .cog-menubutton:focused {
    -fx-background-color: -fx-focus-color, -fx-background;
}
.theme-presets.property-sheet .cog-menubutton > .arrow-button {
    visibility: hidden;
    -fx-padding: 0;
}
.theme-presets.property-sheet .cog-menubutton > .arrow {
    -fx-shape: null;
    -fx-padding: 0;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDefault.css [787:839]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -fx-padding: 3 5 3 5;
}

.theme-presets.property-sheet .choice-box > .open-button, 
.theme-presets.property-sheet .menu-button > .arrow-button {
    -fx-padding: 2 0 2 0;
}
.theme-presets.property-sheet .choice-box > .label, 
.theme-presets.property-sheet .menu-button > .label {
    -fx-padding: 0 4 0 0;
}
.theme-presets.property-sheet .choice-box > .open-button > .arrow,
.theme-presets.property-sheet .menu-button > .arrow-button > .arrow  {
    -fx-background-color: -sb-content-detail;
    -fx-background-insets: 0;
    -fx-padding: 0.154em 0.308em 0.154em 0.231em;  /* 2 4 2 3 */
}

.theme-presets.property-sheet .small-label {
    -fx-font-size: 0.750em; /* 9 */
    -fx-text-fill: -sb-content-text-dimmed;
    -fx-padding: 0;
}

.inspector-message .text {
    /* Used for 'No Selection' and 'No Results' messages */
    -fx-fill: -sb-content-text-dimmed;
}

.theme-presets.property-sheet .cog-menubutton {
    -fx-background-color: -sb-content-background;
    -fx-background-radius: 0;
    -fx-padding: 4 0 3 1;
    -fx-graphic-text-gap: 0;
    -fx-min-width: 10;
    -fx-max-width: 10;
    -fx-min-height: 10;
}
.theme-presets.property-sheet .cog-menubutton:hover {
    -fx-background-color: derive(-sb-content-background, -10%), -sb-content-background;
    -fx-background-insets: 0, 1;
}
.theme-presets.property-sheet .cog-menubutton:focused {
    -fx-background-color: -fx-focus-color, -fx-background;
}
.theme-presets.property-sheet .cog-menubutton > .arrow-button {
    visibility: hidden;
    -fx-padding: 0;
}
.theme-presets.property-sheet .cog-menubutton > .arrow {
    -fx-shape: null;
    -fx-padding: 0;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



