kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDark.css [1126:1172]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
/* Selected rows when table-view IS focused */
.theme-presets.property-sheet .table-view:focused .table-row-cell:filled:selected,
.theme-presets.property-sheet .table-view:focused .table-row-cell .table-cell:selected {
    -fx-background: -sb-selected-bar-color;
    -fx-table-cell-border-color: -sb-selected-bar-color;
}
/* Selected rows when table-view is NOT focused */
.theme-presets.property-sheet .table-view .table-row-cell:filled:selected,
.theme-presets.property-sheet .table-view .table-row-cell .table-cell:selected {
    -fx-background: -sb-selected-bar-unfocused-color;
    -fx-table-cell-border-color: -sb-selected-bar-unfocused-color;
}

/*******************************************************************************
 *                                                                             *
 * CSS Panel                                                                   *
 *                                                                             *
 ******************************************************************************/

.theme-presets.css-panel-background {
    -fx-background-color: -sb-sharp-edge-lo, -sb-content-background;
    -fx-background-insets: 0, 1 0 0 0;
}

/*******************************************************************************
 * CSS Panel - TableView                                                      *
 ******************************************************************************/

.theme-presets.SBKIT-css-panel .table-view .placeholder {
    -fx-background-color: -sb-content-background;
}
.theme-presets.SBKIT-css-panel .table-view .placeholder .label {
    -fx-text-fill: -sb-content-text-dimmed;
}
.theme-presets.SBKIT-css-panel .table-view .hyperlink {
    -fx-font-size: 0.875em;
    -fx-padding: 0 0 0 4;
    -fx-border-width: 0px;
    -fx-text-fill: -sb-content-text;
}
.theme-presets.SBKIT-css-panel .table-view .label {
    -fx-font-size: 0.875em;
    -fx-padding: 0 0 0 4;
    -fx-text-fill: -sb-content-text;
}
.theme-presets.SBKIT-css-panel .table-view {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDefault.css [1023:1069]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
/* Selected rows when table-view IS focused */
.theme-presets.property-sheet .table-view:focused .table-row-cell:filled:selected,
.theme-presets.property-sheet .table-view:focused .table-row-cell .table-cell:selected {
    -fx-background: -sb-selected-bar-color;
    -fx-table-cell-border-color: -sb-selected-bar-color;
}
/* Selected rows when table-view is NOT focused */
.theme-presets.property-sheet .table-view .table-row-cell:filled:selected,
.theme-presets.property-sheet .table-view .table-row-cell .table-cell:selected {
    -fx-background: -sb-selected-bar-unfocused-color;
    -fx-table-cell-border-color: -sb-selected-bar-unfocused-color;
}

/*******************************************************************************
 *                                                                             *
 * CSS Panel                                                                   *
 *                                                                             *
 ******************************************************************************/

.theme-presets.css-panel-background {
    -fx-background-color: -sb-sharp-edge-lo, -sb-content-background;
    -fx-background-insets: 0, 1 0 0 0;
}

/*******************************************************************************
 * CSS Panel - TableView                                                      *
 ******************************************************************************/

.theme-presets.SBKIT-css-panel .table-view .placeholder {
    -fx-background-color: -sb-content-background;
}
.theme-presets.SBKIT-css-panel .table-view .placeholder .label {
    -fx-text-fill: -sb-content-text-dimmed;
}
.theme-presets.SBKIT-css-panel .table-view .hyperlink {
    -fx-font-size: 0.875em;
    -fx-padding: 0 0 0 4;
    -fx-border-width: 0px;
    -fx-text-fill: -sb-content-text;
}
.theme-presets.SBKIT-css-panel .table-view .label {
    -fx-font-size: 0.875em;
    -fx-padding: 0 0 0 4;
    -fx-text-fill: -sb-content-text;
}
.theme-presets.SBKIT-css-panel .table-view {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



