mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
37e4fe4ce7
- rearranged the layout of all the nodes - set CSS files for the dialog - added close button tags: #story[1273]
65 lines
1.2 KiB
CSS
65 lines
1.2 KiB
CSS
#maxPlayersGridPane VBox * {
|
|
-fx-font-family: monospace !important;
|
|
}
|
|
|
|
.sliderLabel {
|
|
-fx-text-fill: -fx-pp-dark-text-color;
|
|
}
|
|
|
|
.error-label * {
|
|
-fx-text-fill: red;
|
|
}
|
|
|
|
#submitBtn {
|
|
-fx-background-color: -fx-pp-theme-color;
|
|
-fx-text-fill: -fx-pp-light-text-color;
|
|
-fx-font-size: 20px;
|
|
-fx-effect: -fx-pp-dropshadow-dark;
|
|
}
|
|
|
|
.jfx-rippler {
|
|
-jfx-rippler-fill: -fx-pp-light-theme-color; /* set rippler color for button */
|
|
}
|
|
|
|
#submitBtn:hover {
|
|
-fx-font-size: 23px;
|
|
-fx-background-color: -fx-pp-light-theme-color;
|
|
}
|
|
|
|
#hostDialogHeader {
|
|
-fx-font-size: 30px;
|
|
-fx-text-fill: -fx-pp-dark-text-color;
|
|
}
|
|
|
|
|
|
#serverName {
|
|
-jfx-focus-color: -fx-pp-dark-text-color;
|
|
-jfx-unfocus-color: -fx-pp-dark-text-color;
|
|
-fx-text-fill: -fx-pp-dark-text-color;
|
|
-fx-prompt-text-fill: -fx-pp-dark-text-color;
|
|
-fx-font-size: 16px;
|
|
}
|
|
|
|
.optionLabel {
|
|
-fx-text-fill: -fx-pp-dark-text-color;
|
|
-fx-font-size: 16px;
|
|
}
|
|
|
|
.maxPlayers {
|
|
-fx-font-size: 13px;
|
|
}
|
|
|
|
#closeLabel {
|
|
-fx-font-size: 30;
|
|
-fx-text-fill: -fx-pp-dark-text-color;
|
|
}
|
|
|
|
#closeLabel:hover {
|
|
-fx-text-fill: red;
|
|
-fx-font-size: 33px;
|
|
}
|
|
|
|
JFXCheckBox {
|
|
-jfx-checked-color: -fx-pp-theme-color;
|
|
-fx-text-fill: -fx-pp-dark-text-color;
|
|
} |