mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
191b818e38
- fixed that you cannot bind the key you are using. #story[1278] #pair[hyi25, zyt10]
27 lines
632 B
CSS
27 lines
632 B
CSS
#startBtn {
|
|
-fx-font-size: 20px;
|
|
-fx-text-fill: -fx-pp-light-text-color;
|
|
-fx-background-color: -fx-pp-theme-color;
|
|
-fx-focus-traversable: false;
|
|
}
|
|
|
|
.jfx-rippler {
|
|
-jfx-rippler-fill: -fx-pp-light-theme-color; /* set rippler color for button */
|
|
}
|
|
|
|
#startBtn:hover {
|
|
-fx-font-size: 23px;
|
|
-fx-background-color: -fx-pp-light-theme-color;
|
|
}
|
|
|
|
#mainStackPane {
|
|
-fx-background-image: url("/images/waves.jpg");
|
|
-fx-background-size: cover;
|
|
}
|
|
|
|
#headText {
|
|
-fx-background-color: transparent;
|
|
-fx-font-size: 80px;
|
|
-fx-text-fill: -fx-pp-light-text-color;
|
|
-fx-effect: -fx-pp-dropshadow-headers;
|
|
} |