kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDark.css [287:327]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
.theme-presets.SBKIT-library-panel .list-view .list-cell {
    -fx-background-color: transparent;
    -fx-cell-size: 1.8em;
    -fx-background-insets: 2 0 -2 0;
    -fx-padding: 2 0 0 4;
}
.theme-presets.SBKIT-library-panel .list-view .list-cell:filled:hover {
    -fx-background-color: null; /* no hover effect on list view */
}
.theme-presets.SBKIT-library-panel .list-view:focused .list-cell:filled:selected {
    -fx-background-color: -sb-selected-bar-color;
}
.theme-presets.SBKIT-library-panel .list-view .list-cell:filled:selected {
    /* When the ListView is not focused there is no need to highlight
    the selected item */
    -fx-background-color: null;
}
.theme-presets.SBKIT-library-panel .list-view .scroll-bar {    
    /* Cursor may dynamically change when working in library / hierarchy.
       Set back the cursor to its default. */
    -fx-cursor: default;
}

/* ListCell graphic is an HBox */
.theme-presets.SBKIT-library-panel .list-cell-graphic {
    -fx-alignment: center-left;
    -fx-padding: 0 2 0 2;
    -fx-spacing: 4;
}

.theme-presets.SBKIT-library-panel .library-no-results-label {
    -fx-text-fill: -sb-content-text-dimmed;
    -fx-font-size: 0.875em;
    -fx-padding: 6 0 0 10;
}
   
.theme-presets.SBKIT-library-panel .library-section-label {
    -fx-text-fill: derive(-sb-content-text, 10%);
    -fx-font-size: 0.875em;    
    -fx-background-color: 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kit/src/main/resources/com/oracle/javafx/scenebuilder/kit/css/ThemeDefault.css [270:310]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
.theme-presets.SBKIT-library-panel .list-view .list-cell {
    -fx-background-color: transparent;
    -fx-cell-size: 1.8em;
    -fx-background-insets: 2 0 -2 0;
    -fx-padding: 2 0 0 4;
}
.theme-presets.SBKIT-library-panel .list-view .list-cell:filled:hover {
    -fx-background-color: null; /* no hover effect on list view */
}
.theme-presets.SBKIT-library-panel .list-view:focused .list-cell:filled:selected {
    -fx-background-color: -sb-selected-bar-color;
}
.theme-presets.SBKIT-library-panel .list-view .list-cell:filled:selected {
    /* When the ListView is not focused there is no need to highlight
    the selected item */
    -fx-background-color: null;
}
.theme-presets.SBKIT-library-panel .list-view .scroll-bar {    
    /* Cursor may dynamically change when working in library / hierarchy.
       Set back the cursor to its default. */
    -fx-cursor: default;
}

/* ListCell graphic is an HBox */
.theme-presets.SBKIT-library-panel .list-cell-graphic {
    -fx-alignment: center-left;
    -fx-padding: 0 2 0 2;
    -fx-spacing: 4;
}

.theme-presets.SBKIT-library-panel .library-no-results-label {
    -fx-text-fill: -sb-content-text-dimmed;
    -fx-font-size: 0.875em;
    -fx-padding: 6 0 0 10;
}

.theme-presets.SBKIT-library-panel .library-section-label {
    -fx-text-fill: derive(-sb-content-text, 10%);
    -fx-font-size: 0.875em;
    -fx-background-color: 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



