Files
SmartCSV.fx/src/main/resources/ninja/javafx/smartcsv/fx/smartcsv.css

15 lines
278 B
CSS
Raw Normal View History

.list-view {
-fx-background-color: -fx-background;
-fx-padding: 1;
}
.list-cell {
-fx-padding: 1.0em 1.0em 1.0em 1.0em;
}
.list-cell:odd {
-fx-background: -fx-control-inner-background-alt;
}
.list-cell:even {
-fx-background: -fx-control-inner-background;
}