- Fixed bug in customize dialog.

tags : #story[1245]
This commit is contained in:
Alistair McIntyre
2017-09-14 13:02:31 +12:00
parent 889098bb50
commit 7d0a47446d
4 changed files with 30 additions and 17 deletions
@@ -1,6 +1,3 @@
* {
-fx-text-fill: -fx-pp-dark-text-color;
}
#submitBtn {
-fx-background-color: -fx-pp-theme-color;
@@ -23,7 +20,15 @@
-fx-font-size: 18px;
}
#boatName, #boatColorLabel, #hostDialogHeader {
-fx-text-fill: -fx-pp-dark-text-color;
}
#boatName {
-fx-font-size: 18px;
-fx-prompt-text-fill: -fx-pp-dark-text-color;
}
#boatName .error-label {
-fx-font-size: 13px;
}