inboundtableNew.css
339 Bytes
.table-view {
-fx-text-alignment: center;
-fx-alignment: center;
}
.table-view > .virtual-flow > .scroll-bar:vertical{
-fx-padding: 0 0 0 0;
-fx-pref-width:1.25em;
}
.remove-scroll .virtual-flow .scroll-bar:horizontal {
-fx-pref-height: 0;
}
.column-header-background { visibility: hidden; -fx-padding: -1em; }