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.

17 lines
231 B

.root {
-fx-font: 16px Arial;
}
.test {
-fx-font: 8px Arial;
-fx-font-weight: bold;
-fx-text-fill: red;
}
.progress-indicator .percentage {
-fx-fill:null;
}
.progress-indicator {
-fx-padding: 0 0 -16 0;
}