You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
347 B

.root {
-fx-font-family: "Microsoft YaHei";
}
.table-row-cell .ktext {
-fx-fill: black;
}
.table-row-cell:selected .ktext {
-fx-fill: white;
}
.table-cell .ktext {
-fx-fill: black;
}
.table-cell:selected .ktext {
-fx-fill: white;
}
.tab-pane .tab-header-area {
-fx-padding: 5 2 0 0;
}
* :disabled {
-fx-opacity: 1;
}