inboundtableNew2.css
435 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: 0;
-fx-shape: "";
}
.remove-scroll .virtual-flow .scroll-bar:horizontal {
-fx-pref-height: 0;
-fx-padding: 0 0 0 0;
-fx-shape: "";
}
.column-header-background { -fx-background: #DCDCDC;
-fx-min-height: 30px;
-fx-max-height: 30px;}