All Downloads are FREE. Search and download functionalities are using the official Maven repository.

afester.javafx.examples.table.dynamic.dynamictable.css Maven / Gradle / Ivy

.column-header {
    -fx-font-weight: normal;
}

.column-header .text {
    -fx-fill: #617882;
}


/* Selects the row header cell itself */
.row-header {
    -fx-alignment: center;
    -fx-font-weight: normal;
}


/* selects the text inside the row header cell */
.row-header .text {
    -fx-fill: #617882;
}
/*
.table-row-cell:odd {
	-fx-background: -fx-control-inner-background;
}
*/




© 2015 - 2025 Weber Informatics LLC | Privacy Policy