kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDark.css [249:287]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
.theme-presets .scroll-bar:vertical .thumb {
    -fx-background-insets: 3 4 3 4, 4 5 4 5;
}
.theme-presets .scroll-bar:horizontal .thumb {
    -fx-background-insets: 4 3 4 3, 5 4 5 4;
}
.theme-presets .scroll-pane .corner,
.theme-presets .tree-view .virtual-flow .corner {
    -fx-background-color: -sb-sharp-edge-lo, -sb-content-background;
    -fx-background-insets: 0 -1 -1 0, 1 -1 -1 1;
}

.theme-presets .text-area .scroll-pane .scroll-bar:horizontal {
    -fx-background-insets: 0 1 1 1, 1 1 1 1;
}
.theme-presets .text-area .scroll-pane .scroll-bar:vertical {
    -fx-background-insets: 1 1 1 0, 1 1 1 1;
}
.theme-presets .text-area .scroll-pane .corner {
    -fx-background-insets: 0 1 1 0, 1 1 1 1;
}

/*******************************************************************************
 *                                                                             *
 * UI Panels                                                                   *
 *                                                                             *
 ******************************************************************************/

/*******************************************************************************
 *                                                                             *
 * Library panel                                                               *
 *                                                                             *
 ******************************************************************************/

.theme-presets.SBKIT-library-panel .list-view {
    -fx-background-color: transparent;
    -fx-padding: 0;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDefault.css [229:267]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
.theme-presets .scroll-bar:vertical .thumb {
    -fx-background-insets: 3 4 3 4, 4 5 4 5;
}
.theme-presets .scroll-bar:horizontal .thumb {
    -fx-background-insets: 4 3 4 3, 5 4 5 4;
}
.theme-presets .scroll-pane .corner,
.theme-presets .tree-view .virtual-flow .corner {
    -fx-background-color: -sb-sharp-edge-lo, -sb-content-background;
    -fx-background-insets: 0 -1 -1 0, 1 -1 -1 1;
}

.theme-presets .text-area .scroll-pane .scroll-bar:horizontal {
    -fx-background-insets: 0 1 1 1, 1 1 1 1;
}
.theme-presets .text-area .scroll-pane .scroll-bar:vertical {
    -fx-background-insets: 1 1 1 0, 1 1 1 1;
}
.theme-presets .text-area .scroll-pane .corner {
    -fx-background-insets: 0 1 1 0, 1 1 1 1;
}

/*******************************************************************************
 *                                                                             *
 * UI Panels                                                                   *
 *                                                                             *
 ******************************************************************************/

/*******************************************************************************
 *                                                                             *
 * Library panel                                                               *
 *                                                                             *
 ******************************************************************************/

.theme-presets.SBKIT-library-panel .list-view {
    -fx-background-color: transparent;
    -fx-padding: 0;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



