我累了这个:
.table-view .column-header,.table-view .filler { -fx-text-fill: white; -fx-border-width: 0,0; -fx-font-size: 12px; }
这会删除边框,也会更改字体大小,但不会更改字体颜色.
.table-view .column-header .label { -fx-text-fill: white; -fx-font-weight: bold; }