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.

24 lines
251 B

2 years ago
Pane {
background-color: white;
-fx-background-color: white;
2 years ago
}
2 years ago
VBox {
background-color: whitesmoke;
-fx-background-color: whitesmoke;
2 years ago
}
2 years ago
TextField {
2 years ago
}
2 years ago
Label {
font-size: 36px;
-fx-font-size: 36px;
2 years ago
}
2 years ago
Button {
2 years ago
}
2 years ago